Skip to content

Commit 97306e9

Browse files
committed
ci(day 23): fix terraform backend config
1 parent 9b9df2a commit 97306e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/backend-config/dev.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
bucket = "terraform-311141562939-statefile"
44
key = "dev/terraform.tfstate"
5-
region = "us-east-1"
5+
region = "us-east-2"
66
encrypt = true
77
dynamodb_table = "311141562939-terraform-lock"
88

terraform/backend-config/prod.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
bucket = "ticketmaster-terraform-state-prod"
44
key = "prod/terraform.tfstate"
5-
region = "us-east-1"
5+
region = "us-east-2"
66
encrypt = true
77
dynamodb_table = "ticketmaster-terraform-locks-prod"
88

0 commit comments

Comments
 (0)