hcl/test-fixtures/decode_tf_variable.json
Mitchell Hashimoto a4f0365393 Failing test
2014-08-11 14:19:35 -07:00

15 lines
217 B
JSON

{
"variable": {
"foo": {
"default": "bar",
"description": "bar"
},
"amis": {
"default": {
"east": "foo"
}
}
}
}