From 9358a4bdbf96375789c4f8960bf3f752bd0e3cf0 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sat, 23 Aug 2025 20:39:07 -0500 Subject: [PATCH] updating modules --- modules/container_app/container_app.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/container_app/container_app.tf b/modules/container_app/container_app.tf index 2f3858b..2ef832c 100644 --- a/modules/container_app/container_app.tf +++ b/modules/container_app/container_app.tf @@ -83,7 +83,7 @@ resource "azurerm_container_app" "container_app_app" { iterator = volume content { name = volume.value.name - storage_name = volumn.value.storage_name + storage_name = volume.value.storage_name storage_type = volume.value.storage_type } }