From bbcf4f20a5ab51830b88d7bf815bb7cd3e7666cb Mon Sep 17 00:00:00 2001 From: Ali Bahman Date: Wed, 2 Oct 2024 17:51:07 +0100 Subject: [PATCH] DP-671 Pass version to the frontend app --- .../ecs/templates/task-definitions/organisation-app.json.tftpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terragrunt/modules/ecs/templates/task-definitions/organisation-app.json.tftpl b/terragrunt/modules/ecs/templates/task-definitions/organisation-app.json.tftpl index 2949e7b31..46d722b45 100644 --- a/terragrunt/modules/ecs/templates/task-definitions/organisation-app.json.tftpl +++ b/terragrunt/modules/ecs/templates/task-definitions/organisation-app.json.tftpl @@ -34,7 +34,8 @@ {"name": "OrganisationService", "value": "https://organisation.${public_hosted_zone_fqdn}"}, {"name": "Organisation__Authority", "value": "https://authority.${public_hosted_zone_fqdn}"}, {"name": "PersonService", "value": "https://person.${public_hosted_zone_fqdn}"}, - {"name": "TenantService", "value": "https://tenant.${public_hosted_zone_fqdn}"} + {"name": "TenantService", "value": "https://tenant.${public_hosted_zone_fqdn}"}, + {"name": "VERSION", "value": "${service_version}"} ], "secrets": [ {"name": "CompaniesHouse__Password", "valueFrom": "${companies_house_password}"},