updating modules
This commit is contained in:
@@ -83,6 +83,7 @@ resource "azurerm_container_app" "container_app_app" {
|
||||
iterator = volume
|
||||
content {
|
||||
name = volume.value.name
|
||||
storage_name = volumn.value.storage_name
|
||||
storage_type = volume.value.storage_type
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,6 +142,7 @@ variable "volume" {
|
||||
default = []
|
||||
type = list(object({
|
||||
name = string
|
||||
storage_name = string
|
||||
storage_type = string
|
||||
}))
|
||||
}
|
||||
Reference in New Issue
Block a user