From 4f559992226e343362d23655651f14ecd845c99c Mon Sep 17 00:00:00 2001 From: Andy Mantell <134642+andymantell@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:28:55 +0000 Subject: [PATCH] Release 1.0.27 to Integration and Production --- terragrunt/components/terragrunt.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terragrunt/components/terragrunt.hcl b/terragrunt/components/terragrunt.hcl index ee6128c51..8bc21dd03 100644 --- a/terragrunt/components/terragrunt.hcl +++ b/terragrunt/components/terragrunt.hcl @@ -95,7 +95,7 @@ locals { fts_azure_frontdoor = null name = "integration" onelogin_logout_notification_urls = ["https://test-findtender.nqc.com/auth/backchannellogout"] - pinned_service_version = "1.0.26" + pinned_service_version = "1.0.27" postgres_instance_type = "db.t4g.micro" private_subnets = [ "10.${local.cidr_b_integration}.101.0/24", @@ -123,7 +123,7 @@ locals { fts_azure_frontdoor = "nqc-front-door-uksouth.azurefd.net" name = "production" onelogin_logout_notification_urls = ["https://www.private-beta.find-tender.service.gov.uk/auth/backchannellogout"] - pinned_service_version = "1.0.26" + pinned_service_version = "1.0.27" postgres_instance_type = "db.t4g.micro" private_subnets = [ "10.${local.cidr_b_production}.101.0/24",