Skip to content

Commit

Permalink
Update azure env var AZURE_STORAGE_ACCOUNT_CONTAINER to AZURE_STORAGE…
Browse files Browse the repository at this point in the history
…_ACCOUNT_CONTAINER_NAME (#415)
  • Loading branch information
lagosr-google authored Nov 14, 2024
1 parent 3883808 commit db2fbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/azure/modules/app/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ locals {

STORAGE_SERVICE_NAME = "azure-blob"

AZURE_STORAGE_ACCOUNT_NAME = azurerm_storage_account.files_storage_account.name
AZURE_STORAGE_ACCOUNT_CONTAINER = azurerm_storage_container.files_container.name
AZURE_STORAGE_ACCOUNT_NAME = azurerm_storage_account.files_storage_account.name
AZURE_STORAGE_ACCOUNT_CONTAINER_NAME = azurerm_storage_container.files_container.name

AWS_ACCESS_KEY_ID = data.azurerm_key_vault_secret.aws_access_key_id.value
AWS_SECRET_ACCESS_KEY = data.azurerm_key_vault_secret.aws_secret_access_token.value
Expand Down

0 comments on commit db2fbee

Please sign in to comment.