Skip to content

Commit

Permalink
chore: fix MS_EXTERNAL_INTERCEPTOR_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Mar 26, 2024
1 parent 287d050 commit 8fb416f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion infra/container_apps/env/dev-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "https://selc-d-pnpg-ms-external-api-backend-ca.whiteglacier-211c4885.westeurope.azurecontainerapps.io"
value = "https://selc-d-pnpg-ext-interceptor-ca.whiteglacier-211c4885.westeurope.azurecontainerapps.io"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "https://selc-d-ms-external-api-backend-ca.gentleflower-c63e62fe.westeurope.azurecontainerapps.io"
value = "https://selc-d-ext-interceptor-ca.gentleflower-c63e62fe.westeurope.azurecontainerapps.io"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/prod-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "https://selc-p-pnpg-ms-external-api-backend-ca.salmonpond-60269923.westeurope.azurecontainerapps.io"
value = "https://selc-p-pnpg-ext-interceptor-ca.salmonpond-60269923.westeurope.azurecontainerapps.io"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "https://selc-p-ms-external-api-backend-ca.bluedune-cc0f8752.westeurope.azurecontainerapps.io"
value = "https://selc-p-ext-interceptor-ca.bluedune-cc0f8752.westeurope.azurecontainerapps.io"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/uat-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "https://selc-u-pnpg-ms-external-api-backend-ca.redground-be752d1f.westeurope.azurecontainerapps.io"
value = "https://selc-u-pnpg-ext-interceptor-ca.redground-be752d1f.westeurope.azurecontainerapps.io"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "https://selc-u-ms-external-api-backend-ca.calmsky-143987c1.westeurope.azurecontainerapps.io"
value = "https://selc-u-ext-interceptor-ca.calmsky-143987c1.westeurope.azurecontainerapps.io"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down

0 comments on commit 8fb416f

Please sign in to comment.