11 lines
131 B
JSON
11 lines
131 B
JSON
|
{
|
||
|
"builders": [
|
||
|
{"type": "foo"}
|
||
|
],
|
||
|
|
||
|
"provisioners": [{
|
||
|
"type": "foo",
|
||
|
"only": ["bar"]
|
||
|
}]
|
||
|
}
|