Skip to content

Commit 5ef2c31

Browse files
committed
updating bucket name again
1 parent 6aaa642 commit 5ef2c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

terraform/modules/pipelines/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resource "google_cloudbuild_trigger" "build_trigger" {
4343
location = var.region
4444

4545
github {
46-
owner = "The-DevSec-Blueprint"
46+
owner = "DSB"
4747
name = var.github_repo_name
4848
push {
4949
branch = "^main$"

0 commit comments

Comments
 (0)