The given value is not suitable for child module variable "containers" defined at .terraform/modules/test/variables.tf:47,1-22: all list elements must have the same type. #26
Labels
bug
Something isn't working
module "td" {
source = "../../"
name_prefix = "multiple-containers"
containers = [
module.container-definition-1.json_map_object,
module.container-definition-2.json_map_object,
]
}
The text was updated successfully, but these errors were encountered: