Skip to content

Commit

Permalink
fix: Remove incorrect substitution for seed project (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjerrems committed Jan 13, 2021
1 parent 7bfc5e9 commit 4ec9fa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/cloudbuild/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ resource "google_cloudbuild_trigger" "master_trigger" {
_TF_SA_EMAIL = var.terraform_sa_email
_STATE_BUCKET_NAME = var.terraform_state_bucket
_ARTIFACT_BUCKET_NAME = google_storage_bucket.cloudbuild_artifacts.name
_SEED_PROJECT_ID = module.cloudbuild_project.project_id
_TF_ACTION = "apply"
}

Expand Down Expand Up @@ -215,7 +214,6 @@ resource "google_cloudbuild_trigger" "non_master_trigger" {
_TF_SA_EMAIL = var.terraform_sa_email
_STATE_BUCKET_NAME = var.terraform_state_bucket
_ARTIFACT_BUCKET_NAME = google_storage_bucket.cloudbuild_artifacts.name
_SEED_PROJECT_ID = module.cloudbuild_project.project_id
_TF_ACTION = "plan"
}

Expand Down

0 comments on commit 4ec9fa0

Please sign in to comment.