File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11locals {
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"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ domain = "mdc"
55location_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"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ env = "prod"
44domain = " mdc"
55location_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"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ env = "uat"
44domain = " mdc"
55location_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"
You can’t perform that action at this time.
0 commit comments