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 5f98eb7 commit 50eca4bCopy full SHA for 50eca4b
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/modules/run-service/main.tf
@@ -1,5 +1,5 @@
locals {
- bucketName = "tf-cloudfunctions-backingapi-20230314"
+ bucketName = "gcf-v2-uploads-226352634162-us-central1"
data "archive_file" "source" {
type = "zip"
terraform/prod/main.tf
- prefix = "prod"
+ prefix = "tech-report-apis/prod"
0 commit comments