mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-06 06:37:58 -05:00
5 lines
74 B
HCL
5 lines
74 B
HCL
variable "foo" {
|
|
type = list(string)
|
|
default = ["this is valid"]
|
|
}
|