Skip to content

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

@mhrznamn068

Description

@mhrznamn068

module "td" {
source = "../../"
name_prefix = "multiple-containers"

containers = [
module.container-definition-1.json_map_object,
module.container-definition-2.json_map_object,
]
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

👀 In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions