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