mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -04:00
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"variables": {
|
|
"var": "{{env `PACKER_TEST_ENV`}}_{{ .PACKER_TEST_TEMP }}",
|
|
"http_ip": "{{ .HTTPIP }}",
|
|
"array_var": "us-west-1,us-west-2"
|
|
},
|
|
|
|
"builders": [{
|
|
"type": "test"
|
|
}]
|
|
}
|