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