updating modules

This commit is contained in:
2025-08-23 20:39:07 -05:00
parent 38abb40240
commit 9358a4bdbf

View File

@@ -83,7 +83,7 @@ resource "azurerm_container_app" "container_app_app" {
iterator = volume iterator = volume
content { content {
name = volume.value.name name = volume.value.name
storage_name = volumn.value.storage_name storage_name = volume.value.storage_name
storage_type = volume.value.storage_type storage_type = volume.value.storage_type
} }
} }