mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-27 02:04:01 -04:00
14 lines
188 B
JSON
14 lines
188 B
JSON
{
|
|
"builders": [{
|
|
"type": "test"
|
|
}, {
|
|
"name": "foo",
|
|
"type": "test"
|
|
}],
|
|
|
|
"provisioners": [{
|
|
"type": "test",
|
|
"only": ["foo"]
|
|
}]
|
|
}
|