mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
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.
7 lines
150 B
JSON
7 lines
150 B
JSON
{
|
|
"disable_checkpoint": true,
|
|
"disable_checkpoint_signature": true,
|
|
"provisioners": {
|
|
"super-shell": "packer-provisioner-super-shell"
|
|
}
|
|
}
|