mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-03 05:01:30 -05:00
22 lines
308 B
JSON
22 lines
308 B
JSON
{
|
|
"variable": {
|
|
"foo": {},
|
|
"bar": {
|
|
"default": "hello"
|
|
},
|
|
"baz": {
|
|
"type": "list"
|
|
},
|
|
"bar-baz": {
|
|
"default": [],
|
|
"type": "list"
|
|
},
|
|
"cheese_pizza": {
|
|
"description": "Nothing special"
|
|
},
|
|
"π": {
|
|
"default": 3.14159265359
|
|
}
|
|
}
|
|
}
|