From 40695d3c1a34aa814534cfaeab937154751fd9c4 Mon Sep 17 00:00:00 2001 From: Roger Ng Date: Tue, 26 Nov 2024 10:05:08 +0000 Subject: [PATCH] Fix GCP Cloud Build config typo (#336) --- deployment/modules/gcp/cloudbuild/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/modules/gcp/cloudbuild/main.tf b/deployment/modules/gcp/cloudbuild/main.tf index 2152a110..5fdd899f 100644 --- a/deployment/modules/gcp/cloudbuild/main.tf +++ b/deployment/modules/gcp/cloudbuild/main.tf @@ -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"