From 0e8423fecef29103546ecae69db87ca7fdfc9966 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Mon, 24 Feb 2025 08:20:51 -0600 Subject: [PATCH] creating storage module --- modules/container_app/container_app_api.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/container_app/container_app_api.tf b/modules/container_app/container_app_api.tf index 4fd9b11..4eb24d0 100644 --- a/modules/container_app/container_app_api.tf +++ b/modules/container_app/container_app_api.tf @@ -61,7 +61,7 @@ resource "azurerm_container_app" "container_app_api" { secret { name = "azure-storage-connection-string" - value = azurerm_storage_account.storage_account.primary_connection_string + value = var.storage_account_primary_connection_string } secret {