Skip to content

Commit

Permalink
Release 1.0.22 to staging / integration / production
Browse files Browse the repository at this point in the history
  • Loading branch information
andymantell committed Jan 17, 2025
1 parent bd31c26 commit bcc903b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terragrunt/components/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ locals {
fts_azure_frontdoor = null
name = "staging"
onelogin_logout_notification_urls = ["https://sirsi-integration-findtender.nqc.com/auth/backchannellogout"]
pinned_service_version = "1.0.21"
pinned_service_version = "1.0.22"
postgres_instance_type = "db.t4g.micro"
private_subnets = [
"10.${local.cidr_b_staging}.101.0/24",
Expand All @@ -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.21"
pinned_service_version = "1.0.22"
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.21"
pinned_service_version = "1.0.22"
postgres_instance_type = "db.t4g.micro"
private_subnets = [
"10.${local.cidr_b_production}.101.0/24",
Expand Down

0 comments on commit bcc903b

Please sign in to comment.