mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
11 lines
134 B
JSON
11 lines
134 B
JSON
{
|
|
"builders": [{
|
|
"type": "test"
|
|
}],
|
|
|
|
"provisioners": [{
|
|
"type": "test",
|
|
"only": ["test"]
|
|
}]
|
|
}
|