mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 15:01:40 -04:00
11 lines
136 B
JSON
11 lines
136 B
JSON
{
|
|
"builders": [{
|
|
"type": "foo"
|
|
}],
|
|
|
|
"post-processors": [{
|
|
"type": "bar",
|
|
"except": ["bar"]
|
|
}]
|
|
}
|