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 5ef2c31 commit e2ccd21Copy full SHA for e2ccd21
terraform/data.tf
@@ -1,3 +1,3 @@
1
data "google_project" "default" {
2
- project_id = var.PROJECT_ID
3
-}
+ project_id = var.PROJECT_ID
+}
terraform/modules/pipelines/main.tf
@@ -43,7 +43,7 @@ resource "google_cloudbuild_trigger" "build_trigger" {
43
location = var.region
44
45
github {
46
- owner = "DSB"
+ owner = "devsecblueprint"
47
name = var.github_repo_name
48
push {
49
branch = "^main$"
terraform/provider.tf
@@ -11,4 +11,4 @@ terraform {
11
provider "google" {
12
project = var.PROJECT_ID
13
region = var.region
14
0 commit comments