mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-31 18:02:48 -04:00
6 lines
56 B
HCL
6 lines
56 B
HCL
variable "test" {
|
|
default = {
|
|
l = [1, 2, 3]
|
|
}
|
|
}
|