mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-15 19:22:46 -06:00
5 lines
90 B
HCL
5 lines
90 B
HCL
variable "incorrectly_typed_default" {
|
|
type = list(string)
|
|
default = "hello"
|
|
}
|