Skip to content

Commit da7bcb6

Browse files
authored
Update terraform_override.tf
1 parent 13017e6 commit da7bcb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/terraform_override.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ terraform {
22
backend "s3" {
33
# account_id = < Managed by https://ipdx.co >
44
region = "us-east-1"
5-
bucket = "github-as-code-interplanetary-shipyard"
5+
bucket = "github-as-code-v1-ipshipyard"
66
key = "terraform.tfstate"
77
workspace_key_prefix = "org"
8-
dynamodb_table = "github-as-code-interplanetary-shipyard"
8+
dynamodb_table = "github-as-code-v1-ipshipyard"
99
}
1010
}

0 commit comments

Comments
 (0)