Skip to content

Commit

Permalink
Fix GCP Cloud Build config typo (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk authored Nov 26, 2024
1 parent 7edaa6a commit 40695d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/gcp/cloudbuild/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ resource "google_cloudbuild_trigger" "docker" {
}
## Apply the deployment/live/gcp/conformance/ci terragrunt config.
## This will bring up the conformance infrastructure, including a service
## running the confirmance server docker image built above.
## running the conformance server docker image built above.
step {
id = "terraform_apply_conformance_ci"
name = "alpine/terragrunt"
Expand Down

0 comments on commit 40695d3

Please sign in to comment.