packer-cn/template/test-fixtures/parse-provisioner-retry.json

9 lines
114 B
JSON

{
"provisioners": [
{
"type": "something",
"max_retries": 5
}
]
}