Skip to content

Commit a948bbc

Browse files
committed
feat: add remote terraform backend
1 parent d657303 commit a948bbc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

terraform/main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
terraform {
22
required_version = ">= 1.10"
3+
4+
backend "remote" {
5+
organization = "perpetualpanda"
6+
7+
workspaces {
8+
name = "infra"
9+
}
10+
}
311
}
412

513
resource "vultr_dns_domain" "root" {

0 commit comments

Comments
 (0)