mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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.
4 lines
39 B
HCL
4 lines
39 B
HCL
variable "test_map" {
|
|
type = "map"
|
|
}
|