mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-28 09:39:58 -04:00
10 lines
133 B
JSON
10 lines
133 B
JSON
{
|
|
"builders": [{
|
|
"type": "foo"
|
|
}],
|
|
|
|
"provisioners": [{
|
|
"type": "bar",
|
|
"except": ["foo"]
|
|
}]
|
|
}
|