Skip to content

Commit

Permalink
Release 1.0.27 to Integration and Production
Browse files Browse the repository at this point in the history
  • Loading branch information
andymantell committed Jan 29, 2025
1 parent 014ca0f commit 4f55999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terragrunt/components/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 4f55999

Please sign in to comment.