opentofu/terraform/testdata/plan-module-map-literal/main.tf
2019-06-30 10:16:15 +02:00

10 lines
89 B
HCL

module "child" {
source = "./child"
amap = {
foo = "bar"
}
othermap = {}
}