You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/command/test-fixtures/hcl2_upgrade/varfile-with-no-variables-b.../input.json

19 lines
401 B

{
"builders": [
{
"type": "null",
"communicator": "ssh",
"ssh_host": "{{ user `ssh_host` }}",
"ssh_password": "{{ user `ssh_password` }}",
"ssh_username": "{{ user `ssh_username` }}"
}
],
"provisioners": [
{
"pause_before": "20s",
"type": "shell-local",
"inline": [ "echo {{ user `version_tag` }} > provision.txt" ]
}
]
}