github.com/hashicorp/packer@v1.14.3/packer/test-fixtures/build-prov-retry.json (about)

     1  {
     2      "builders": [{
     3          "type": "test"
     4      }],
     5  
     6      "provisioners": [
     7          {
     8              "type": "test-integer",
     9              "max_retries": 1
    10          },
    11          {
    12              "type": "test-string",
    13              "max_retries": "1"
    14          }
    15      ]
    16  }