We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5425aef commit d8244f9Copy full SHA for d8244f9
terraform/dev/main.tf
@@ -1,7 +1,7 @@
1
terraform {
2
backend "gcs" {
3
- bucket = "tf-state-backingapi-20230314"
4
- prefix = "dev"
+ bucket = "tfstate-httparchive"
+ prefix = "tech-report-apis/dev"
5
}
6
7
terraform/prod/main.tf
- prefix = "prod"
+ prefix = "tech-report-apis/prod"
0 commit comments