updating modules

This commit is contained in:
2025-08-23 20:32:55 -05:00
parent 4a192deeda
commit eee6a0d9e0
2 changed files with 0 additions and 2 deletions

View File

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

View File

@@ -142,7 +142,6 @@ variable "volume" {
default = [] default = []
type = list(object({ type = list(object({
name = string name = string
share_name = string
storage_type = string storage_type = string
})) }))
} }