We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a3b06 commit a284864Copy full SHA for a284864
terraform/main.tf
@@ -15,7 +15,7 @@ terraform {
15
}
16
17
backend "s3" {
18
- bucket = "tvm-ci-terraform-state"
+ bucket = "tvm-ci-terraform-state-new"
19
key = "tfstate"
20
region = "us-west-2"
21
0 commit comments