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/13032/head
parent
1d65ad676f
commit
8402e00222
@ -0,0 +1,7 @@
|
||||
{
|
||||
"disable_checkpoint": true,
|
||||
"disable_checkpoint_signature": true,
|
||||
"provisioners": {
|
||||
"super-shell": "packer-provisioner-super-shell"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue