updating modules
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user