32a3ce3f5a
Change-Id: I82274ef59eda00a735579082bbd37b64c0599c7d
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"variables": {
|
|
"packer_test_file": "{{env `PACKER_TEST_FILE`}}"
|
|
},
|
|
"builders": [{
|
|
"type": "file",
|
|
"content": "{{user `packer_test_content`}}",
|
|
"target": "{{user `packer_test_file` }}"
|
|
}]
|
|
}
|
|
|