packer-cn/template/test-fixtures/validate-good-prov-timeout.json
2019-04-08 20:09:21 +02:00

12 lines
156 B
JSON

{
"builders": [{
"type": "foo"
}],
"provisioners": [{
"timeout": "5m",
"type": "bar",
"only": ["foo"]
}]
}