mirror of https://github.com/hashicorp/packer
Since legacy config files may declare single plugin components, we need to warn that they're not supported anymore. This is in process of being PR'd into main, but to ensure the config works as intended and we do get the error, we add some tests for that.pull/12983/head
parent
a693c683bc
commit
164f091f10
@ -0,0 +1,7 @@
|
||||
{
|
||||
"disable_checkpoint": true,
|
||||
"disable_checkpoint_signature": true,
|
||||
"provisioners": {
|
||||
"super-shell": "packer-provisioner-super-shell"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue