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 6aaa642 commit 017ee96Copy full SHA for 017ee96
terraform/main.tf
@@ -1,6 +1,6 @@
1
# Build Buckets
2
resource "google_storage_bucket" "default" {
3
- name = "${var.PROJECT_ID}-builds"
+ name = "${var.PROJECT_ID}-cb-builds"
4
location = var.region
5
force_destroy = true
6
0 commit comments