mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 11:32:04 -05:00
10 lines
136 B
JSON
10 lines
136 B
JSON
{
|
|
"builders": [{
|
|
"type": "foo"
|
|
}],
|
|
|
|
"post-processors": [{
|
|
"type": "bar",
|
|
"except": ["foo"]
|
|
}]
|
|
}
|