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 5ef2c31Copy full SHA for 5ef2c31
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
terraform/modules/pipelines/main.tf
@@ -43,7 +43,7 @@ resource "google_cloudbuild_trigger" "build_trigger" {
43
44
45
github {
46
- owner = "The-DevSec-Blueprint"
+ owner = "DSB"
47
name = var.github_repo_name
48
push {
49
branch = "^main$"
0 commit comments