packer-cn/packer/test-fixtures/build-basic-interpolated.json

7 lines
89 B
JSON

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