Skip to content

Commit

Permalink
Release 1.0.19 to integration / staging / prod
Browse files Browse the repository at this point in the history
  • Loading branch information
andymantell committed Jan 16, 2025
1 parent 16b1250 commit c5e0b1d
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.18"
pinned_service_version = "1.0.19"
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.18"
pinned_service_version = "1.0.19"
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.18"
pinned_service_version = "1.0.19"
postgres_instance_type = "db.t4g.micro"
private_subnets = [
"10.${local.cidr_b_production}.101.0/24",
Expand Down

0 comments on commit c5e0b1d

Please sign in to comment.