mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
8 lines
98 B
HCL
8 lines
98 B
HCL
variable "not_a_map" {
|
|
type = "string"
|
|
|
|
default = {
|
|
i_am_not = "a string"
|
|
}
|
|
}
|