From 4f99d84898a0ba9a6319c599f96c5fac015cf7f7 Mon Sep 17 00:00:00 2001 From: manuraf Date: Wed, 24 Jul 2024 15:17:02 +0200 Subject: [PATCH 1/2] reference to cae 002 --- infra/container_apps/env/prod/terraform.tfvars | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infra/container_apps/env/prod/terraform.tfvars b/infra/container_apps/env/prod/terraform.tfvars index d1e4c75c..08b81f37 100644 --- a/infra/container_apps/env/prod/terraform.tfvars +++ b/infra/container_apps/env/prod/terraform.tfvars @@ -1,7 +1,9 @@ env_short = "p" -private_dns_name = "selc-p-party-reg-proxy-ca.greensand-62fc96da.westeurope.azurecontainerapps.io" +private_dns_name = "selc-p-party-reg-proxy-ca.lemonpond-bb0b750e.westeurope.azurecontainerapps.io" dns_zone_prefix = "selfcare" api_dns_zone_prefix = "api.selfcare" +suffix_increment = "-002" +cae_name = "cae-002" tags = { CreatedBy = "Terraform" From 326ec0b7c4db279ae2d29fccdc5047e5ca8e4af4 Mon Sep 17 00:00:00 2001 From: manuraf Date: Wed, 24 Jul 2024 15:17:09 +0200 Subject: [PATCH 2/2] pre-commit --- infra/container_apps/README.md | 2 +- infra/container_apps/env/dev/terraform.tfvars | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/container_apps/README.md b/infra/container_apps/README.md index 45947906..407adeff 100644 --- a/infra/container_apps/README.md +++ b/infra/container_apps/README.md @@ -20,7 +20,7 @@ Deploy container on a Container App instance. | Name | Source | Version | |------|--------|---------| -| [apim\_api\_bff\_proxy](#module\_apim\_api\_bff\_proxy) | github.com/pagopa/terraform-azurerm-v3.git//api_management_api | v7.50.1 | +| [apim\_api\_bff\_proxy](#module\_apim\_api\_bff\_proxy) | github.com/pagopa/terraform-azurerm-v3.git//api_management_api | v8.18.0 | | [container\_app\_party\_reg\_proxy](#module\_container\_app\_party\_reg\_proxy) | github.com/pagopa/selfcare-commons//infra/terraform-modules/container_app_microservice | main | ## Resources diff --git a/infra/container_apps/env/dev/terraform.tfvars b/infra/container_apps/env/dev/terraform.tfvars index 3aceb887..315b4eed 100644 --- a/infra/container_apps/env/dev/terraform.tfvars +++ b/infra/container_apps/env/dev/terraform.tfvars @@ -2,8 +2,8 @@ env_short = "d" private_dns_name = "selc-d-party-reg-proxy-ca.whitemoss-eb7ef327.westeurope.azurecontainerapps.io" dns_zone_prefix = "dev.selfcare" api_dns_zone_prefix = "api.dev.selfcare" -suffix_increment = "-002" -cae_name = "cae-002" +suffix_increment = "-002" +cae_name = "cae-002" tags = { CreatedBy = "Terraform"