mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-09 08:00:41 -05:00
8 lines
98 B
HCL
8 lines
98 B
HCL
variable "not_a_map" {
|
|
type = "string"
|
|
|
|
default = {
|
|
i_am_not = "a string"
|
|
}
|
|
}
|