packer-cn/packer/test-fixtures/build-basic-interpolated-required.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

10 lines
124 B
JSON

{
"variables": {
"name": null
},
"builders": [{
"name": "{{upper `name`}}",
"type": "test"
}]
}