creating storage module

This commit is contained in:
2025-02-24 08:20:51 -06:00
parent 216b5b485f
commit 0e8423fece

View File

@@ -61,7 +61,7 @@ resource "azurerm_container_app" "container_app_api" {
secret { secret {
name = "azure-storage-connection-string" name = "azure-storage-connection-string"
value = azurerm_storage_account.storage_account.primary_connection_string value = var.storage_account_primary_connection_string
} }
secret { secret {