packer-cn/packer/test-fixtures/build-variables-interpolate2.json
Megan Marsh 1a9adc29b3 fixing interpolation
fix sensitive_vars test which never worked but somehow was passing before this change.
2019-06-10 11:30:52 -07:00

11 lines
162 B
JSON

{
"variables": {
"bar": "{{user `foo`}}",
"baz": "{{user `bar`}}baz",
"bang": "bang{{user `baz`}}"
},
"builders": [
{"type": "foo"}
]
}