Skip to content

Commit

Permalink
Apply CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Aug 30, 2024
1 parent 196f8a5 commit 03b9ed2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions deployment/modules/gcp/cloudbuild/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,13 @@ resource "google_cloudbuild_trigger" "docker" {
wait_for = ["docker_build_example"]
}
step {
id = "terraform_plan_all"
id = "terraform_apply_ci"
name = "alpine/terragrunt"
entrypoint = "terragrunt"
args = [
"run-all",
"plan",
"--terragrunt-include-dir", "./deployment/live/gcp/*/*/",
"--terragrunt-disable-bucket-update",
"--lock=false"
"apply",
]
dir = "deployment/live/gcp/example-gcp/ci"
env = [
"TF_IN_AUTOMATION=1",
"TF_INPUT=false",
Expand Down

0 comments on commit 03b9ed2

Please sign in to comment.