Skip to content

Commit

Permalink
chore: Move to Container App Env workload PROD (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Jul 24, 2024
1 parent 3ff5527 commit d1f8bed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infra/container_apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Deploy container on a Container App instance.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_apim_api_bff_proxy"></a> [apim\_api\_bff\_proxy](#module\_apim\_api\_bff\_proxy) | github.com/pagopa/terraform-azurerm-v3.git//api_management_api | v7.50.1 |
| <a name="module_apim_api_bff_proxy"></a> [apim\_api\_bff\_proxy](#module\_apim\_api\_bff\_proxy) | github.com/pagopa/terraform-azurerm-v3.git//api_management_api | v8.18.0 |
| <a name="module_container_app_party_reg_proxy"></a> [container\_app\_party\_reg\_proxy](#module\_container\_app\_party\_reg\_proxy) | github.com/pagopa/selfcare-commons//infra/terraform-modules/container_app_microservice | main |

## Resources
Expand Down
4 changes: 2 additions & 2 deletions infra/container_apps/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion infra/container_apps/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d1f8bed

Please sign in to comment.