Skip to content

Commit 017ee96

Browse files
committed
updating bucket name again
1 parent 6aaa642 commit 017ee96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build Buckets
22
resource "google_storage_bucket" "default" {
3-
name = "${var.PROJECT_ID}-builds"
3+
name = "${var.PROJECT_ID}-cb-builds"
44
location = var.region
55
force_destroy = true
66

0 commit comments

Comments
 (0)