@@ -35,28 +35,28 @@ locals {
3535 NODE_TLS_REJECT_UNAUTHORIZED = 0
3636 CosmosDbConnectionString = module.cosmosdb_account.connection_strings[0 ]
3737 CosmosDbDatabaseName = module.cosmosdb_sql_database_user.name
38- StorageAccountConnectionString = module.io_sign_storage .primary_connection_string
39- userUploadedBlobContainerName = azurerm_storage_container.uploaded_documents .name
40- userValidatedBlobContainerName = azurerm_storage_container.validated_documents .name
38+ StorageAccountConnectionString = module.io_sign_storage_itn .primary_connection_string
39+ userUploadedBlobContainerName = azurerm_storage_container.itn_uploaded_documents .name
40+ userValidatedBlobContainerName = azurerm_storage_container.itn_validated_documents .name
4141 IoServicesApiBasePath = " https://api.io.pagopa.it"
42- IoServicesSubscriptionKey = module.key_vault_secrets .values[" IoServicesSubscriptionKey" ].value
43- IoServicesConfigurationId = module.key_vault_secrets .values[" io-services-configuration-id" ].value
42+ IoServicesSubscriptionKey = module.key_vault_secrets_itn .values[" IoServicesSubscriptionKey" ].value
43+ IoServicesConfigurationId = module.key_vault_secrets_itn .values[" io-services-configuration-id" ].value
4444 PdvTokenizerApiBasePath = " https://api.tokenizer.pdv.pagopa.it"
45- PdvTokenizerApiKey = module.key_vault_secrets .values[" PdvTokenizerApiKey" ].value
45+ PdvTokenizerApiKey = module.key_vault_secrets_itn .values[" PdvTokenizerApiKey" ].value
4646 NamirialApiBasePath = " https://pagopa.namirial.com"
4747 NamirialUsername = " api"
48- NamirialPassword = module.key_vault_secrets .values[" NamirialPassword" ].value
48+ NamirialPassword = module.key_vault_secrets_itn .values[" NamirialPassword" ].value
4949 NamirialTestApiBasePath = " https://pagopa-test.namirial.com"
5050 NamirialTestUsername = " api"
51- NamirialTestPassword = module.key_vault_secrets .values[" NamirialTestPassword" ].value
51+ NamirialTestPassword = module.key_vault_secrets_itn .values[" NamirialTestPassword" ].value
5252 AnalyticsEventHubConnectionString = module.event_hub.keys[" analytics.io-sign-func-user" ].primary_connection_string
5353 BillingEventHubConnectionString = module.event_hub.keys[" billing.io-sign-func-issuer" ].primary_connection_string
54- SelfCareEventHubConnectionString = module.key_vault_secrets .values[" SelfCareEventHubConnectionString" ].value
54+ SelfCareEventHubConnectionString = module.key_vault_secrets_itn .values[" SelfCareEventHubConnectionString" ].value
5555 SelfCareApiBasePath = " https://api.selfcare.pagopa.it"
56- SelfCareApiKey = module.key_vault_secrets .values[" SelfCareApiKey" ].value
56+ SelfCareApiKey = module.key_vault_secrets_itn .values[" SelfCareApiKey" ].value
5757 LollipopApiBasePath = " https://api.io.pagopa.it"
58- LollipopApiKey = module.key_vault_secrets .values[" LollipopPrimaryApiKey" ].value
59- SlackWebhookUrl = module.key_vault_secrets .values[" SlackWebhookUrl" ].value
58+ LollipopApiKey = module.key_vault_secrets_itn .values[" LollipopPrimaryApiKey" ].value
59+ SlackWebhookUrl = module.key_vault_secrets_itn .values[" SlackWebhookUrl" ].value
6060 IoLinkBaseUrl = " https://continua.io.pagopa.it"
6161 }
6262 }
0 commit comments