hcl/test-fixtures/decode_tf_variable.json

15 lines
217 B
JSON
Raw Normal View History

2014-08-11 21:19:23 +00:00
{
"variable": {
"foo": {
"default": "bar",
"description": "bar"
},
"amis": {
"default": {
"east": "foo"
}
}
}
}