opentofu/terraform/test-fixtures/uservars-map/main.tf
James Bardin 3297a460c7 Allow map variables from json
A JSON object will be decoded as a list with a single map value. This
will be properly coerced later, so let it through the initial config
semantic checks.
2016-09-27 13:29:14 -04:00

4 lines
39 B
HCL

variable "test_map" {
type = "map"
}