mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 23:11:40 -04:00
12 lines
156 B
JSON
12 lines
156 B
JSON
{
|
|
"builders": [{
|
|
"type": "foo"
|
|
}],
|
|
|
|
"provisioners": [{
|
|
"timeout": "5m",
|
|
"type": "bar",
|
|
"only": ["foo"]
|
|
}]
|
|
}
|