diff --git a/modules/container_app/container_app.tf b/modules/container_app/container_app.tf index 1d2e956..9371917 100644 --- a/modules/container_app/container_app.tf +++ b/modules/container_app/container_app.tf @@ -83,7 +83,6 @@ resource "azurerm_container_app" "container_app_app" { iterator = volume content { name = volume.value.name - share_name = value.value.share_name storage_type = volume.value.storage_type } } diff --git a/modules/container_app/variables.tf b/modules/container_app/variables.tf index 14dd050..d09cad0 100644 --- a/modules/container_app/variables.tf +++ b/modules/container_app/variables.tf @@ -142,7 +142,6 @@ variable "volume" { default = [] type = list(object({ name = string - share_name = string storage_type = string })) } \ No newline at end of file