Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
PRODUCT_STORAGE_CONTAINER
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Apr 23, 2024
1 parent e84c7f4 commit ed70748
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/container_apps/env/dev-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ app_settings = [
{
name = "SELFCARE_USER_URL"
value = "https://selc-d-pnpg-user-ms-ca.victoriousfield-e39534b8.westeurope.azurecontainerapps.io"
},
{
name = "PRODUCT_STORAGE_CONTAINER"
value = "selc-d-product"
}
]

Expand Down
4 changes: 4 additions & 0 deletions infra/container_apps/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ app_settings = [
name = "USERVICE_USER_REGISTRY_URL"
value = "https://api.uat.pdv.pagopa.it/user-registry/v1"
},
{
name = "SELFCARE_USER_URL"
value = "https://selc-d-user-ms-ca.politewater-9af33050.westeurope.azurecontainerapps.io"
},
{
name = "PRODUCT_STORAGE_CONTAINER"
value = "selc-d-product"
Expand Down
4 changes: 4 additions & 0 deletions infra/container_apps/env/prod-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ app_settings = [
{
name = "SELFCARE_USER_URL"
value = "https://selc-p-pnpg-user-ms-ca.calmmoss-0be48755.westeurope.azurecontainerapps.io"
},
{
name = "PRODUCT_STORAGE_CONTAINER"
value = "selc-p-product"
}
]

Expand Down
4 changes: 4 additions & 0 deletions infra/container_apps/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ app_settings = [
{
name = "SELFCARE_USER_URL"
value = "https://selc-p-user-ms-ca.greensand-62fc96da.westeurope.azurecontainerapps.io"
},
{
name = "PRODUCT_STORAGE_CONTAINER"
value = "selc-p-product"
}
]

Expand Down
4 changes: 4 additions & 0 deletions infra/container_apps/env/uat-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ app_settings = [
{
name = "SELFCARE_USER_URL"
value = "https://selc-u-pnpg-user-ms-ca.orangeground-0bd2d4dc.westeurope.azurecontainerapps.io"
},
{
name = "PRODUCT_STORAGE_CONTAINER"
value = "selc-u-product"
}
]

Expand Down
4 changes: 4 additions & 0 deletions infra/container_apps/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ app_settings = [
{
name = "SELFCARE_USER_URL"
value = "https://selc-u-user-ms-ca.proudglacier-20652b81.westeurope.azurecontainerapps.io"
},
{
name = "PRODUCT_STORAGE_CONTAINER"
value = "selc-u-product"
}
]

Expand Down

0 comments on commit ed70748

Please sign in to comment.