Skip to content

Commit 95df14a

Browse files
fix static
1 parent 7a6bdf3 commit 95df14a

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

src/mdc/99_locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
locals {
2-
product = "${var.prefix}-${var.env_short}"
3-
project = "${var.prefix}-${var.env_short}-${var.location_short}-${var.domain}"
2+
product = "${var.prefix}-${var.env_short}"
3+
project = "${var.prefix}-${var.env_short}-${var.location_short}-${var.domain}"
44

55
apim_rg_name = "cstar-${var.env_short}-api-rg"
66
apim_name = "cstar-${var.env_short}-apim"

src/mdc/env/itn-dev/terraform.tfvars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ domain = "mdc"
55
location_short = "itn"
66

77

8-
rate_limit_emd_product = 60
9-
rate_limit_emd_message = 60
8+
rate_limit_emd_product = 60
9+
rate_limit_emd_message = 60
1010

11-
mdc_openid_url = "https://api-mcshared.dev.cstar.pagopa.it/auth/.well-known/openid-configuration"
12-
mdc_issuer_url = "https://api-mcshared.dev.cstar.pagopa.it/auth"
11+
mdc_openid_url = "https://api-mcshared.dev.cstar.pagopa.it/auth/.well-known/openid-configuration"
12+
mdc_issuer_url = "https://api-mcshared.dev.cstar.pagopa.it/auth"

src/mdc/env/itn-prod/terraform.tfvars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env = "prod"
44
domain = "mdc"
55
location_short = "itn"
66

7-
rate_limit_emd_product = 60
8-
rate_limit_emd_message = 60
9-
mdc_openid_url = "https://replace-with-openid.prod/.well-known/openid-configuration"
10-
mdc_issuer_url = "https://replace-with-issuer.prod"
7+
rate_limit_emd_product = 60
8+
rate_limit_emd_message = 60
9+
mdc_openid_url = "https://replace-with-openid.prod/.well-known/openid-configuration"
10+
mdc_issuer_url = "https://replace-with-issuer.prod"

src/mdc/env/itn-uat/terraform.tfvars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env = "uat"
44
domain = "mdc"
55
location_short = "itn"
66

7-
rate_limit_emd_product = 60
8-
rate_limit_emd_message = 60
9-
mdc_openid_url = "https://replace-with-openid.uat/.well-known/openid-configuration"
10-
mdc_issuer_url = "https://replace-with-issuer.uat"
7+
rate_limit_emd_product = 60
8+
rate_limit_emd_message = 60
9+
mdc_openid_url = "https://replace-with-openid.uat/.well-known/openid-configuration"
10+
mdc_issuer_url = "https://replace-with-issuer.uat"

0 commit comments

Comments
 (0)