mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-13 08:56:32 -06:00
8 lines
98 B
Terraform
8 lines
98 B
Terraform
|
variable "not_a_map" {
|
||
|
type = "string"
|
||
|
|
||
|
default = {
|
||
|
i_am_not = "a string"
|
||
|
}
|
||
|
}
|