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