mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-17 01:00:39 -05:00
5 lines
90 B
HCL
5 lines
90 B
HCL
variable "incorrectly_typed_default" {
|
|
type = list(string)
|
|
default = "hello"
|
|
}
|