From f5d525ea96a84b25157919740aa594c68b5e5f97 Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Thu, 2 Apr 2026 12:52:01 +0000 Subject: [PATCH] Added comment to slightly confusing situation --- deployment/live/cloudbuild/prod/terragrunt.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/live/cloudbuild/prod/terragrunt.hcl b/deployment/live/cloudbuild/prod/terragrunt.hcl index 97d9924..6b3a4f0 100644 --- a/deployment/live/cloudbuild/prod/terragrunt.hcl +++ b/deployment/live/cloudbuild/prod/terragrunt.hcl @@ -6,6 +6,8 @@ include "root" { inputs = merge( include.root.locals, { + // The prod cloudbuild service updates the CI services. + // Prod instances are only updated manually. distributor_cloud_run_service = "distributor-service-ci" feeder_cloud_run_service = "feeder-service-ci" slack_template_json = file("slack.json")