packer-cn/packer/test-fixtures/build-prov-retry.json

17 lines
255 B
JSON
Raw Normal View History

{
"builders": [{
"type": "test"
}],
"provisioners": [
{
"type": "test-integer",
"max_retries": 1
},
{
"type": "test-string",
"max_retries": "1"
}
]
}