File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ module "simple_report_api" {
7171 AIMS_KMS_ENCRYPTION_KEY = " @Microsoft.KeyVault(SecretUri=${ data . azurerm_key_vault_secret . aims_kms_encryption_key . id } )"
7272 AIMS_OUTBOUND_ENDPOINT = " @Microsoft.KeyVault(SecretUri=${ data . azurerm_key_vault_secret . aims_outbound_storage_endpoint . id } )"
7373 AIMS_MESSAGE_QUEUE_ENDPOINT = " @Microsoft.KeyVault(SecretUri=${ data . azurerm_key_vault_secret . aims_message_queue_endpoint . id } )"
74- AIMS_USER_ID = " @Microsoft.KeyVault(SecretUri=${ data . azurerm_key_vault_secret . aims_user_id . id } )"
74+ AIMS_USER_ID = " @Microsoft.KeyVault(SecretUri=${ data . azurerm_key_vault_secret . aims_user_id . id } )"
7575 AIMS_ENVIRONMENT = " @Microsoft.KeyVault(SecretUri=${ data . azurerm_key_vault_secret . aims_environment . id } )"
7676 AIMS_BUCKET_NAME = " @Microsoft.KeyVault(SecretUri=${ data . azurerm_key_vault_secret . aims_bucket_name . id } )"
7777 # true by default: can be disabled quickly here
You can’t perform that action at this time.
0 commit comments