mirror of https://github.com/hashicorp/packer
Merge pull request #2171 from jgkim/hotfix/post-processor-only-except
Fixes 'unknown configuration key' errors for 'only' and 'except'pull/2190/head
commit
9d79b48723
@ -0,0 +1,8 @@
|
||||
{
|
||||
"post-processors": [
|
||||
{
|
||||
"type": "foo",
|
||||
"except": ["bar"]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,8 @@
|
||||
{
|
||||
"post-processors": [
|
||||
{
|
||||
"type": "foo",
|
||||
"only": ["bar"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in new issue