Skip to content

Commit

Permalink
XXX Terragrunt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Aug 29, 2024
1 parent 95b2bca commit 31282a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/modules/gcp/cloudbuild/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ resource "google_cloudbuild_trigger" "docker" {
]
wait_for = ["docker_build_example"]
}
// This needs the community-builders terragrunt builder image to be built in this project.
// See https://github.com/GoogleCloudPlatform/cloud-builders-community/blob/master/terragrunt/README.markdown
// for instructions.
step {
id = "terraform_plan_all"
name = "cloud-builders-community/terragrunt"
Expand Down

0 comments on commit 31282a7

Please sign in to comment.