packer-cn/packer/test-fixtures/build-variables-interpolate2.json

11 lines
162 B
JSON
Raw Normal View History

2019-03-08 14:50:05 -08:00
{
"variables": {
"bar": "{{user `foo`}}",
"baz": "{{user `bar`}}baz",
"bang": "bang{{user `baz`}}"
},
"builders": [
{"type": "foo"}
]
}