mirror of https://github.com/hashicorp/packer
Interpolate boot_command when defined by user variable (#8640)
parent
63cba2dc00
commit
328eb8ee96
@ -0,0 +1,11 @@
|
||||
{
|
||||
"variables": {
|
||||
"var": "{{env `PACKER_TEST_ENV`}}_{{ .PACKER_TEST_TEMP }}",
|
||||
"http_ip": "{{ .HTTPIP }}",
|
||||
"array_var": "us-west-1,us-west-2"
|
||||
},
|
||||
|
||||
"builders": [{
|
||||
"type": "test"
|
||||
}]
|
||||
}
|
||||
Loading…
Reference in new issue