github.com/rothwerx/packer@v0.9.0/packer/test-fixtures/validate-dup-builder.json (about)

     1  {
     2      "builders": [
     3          {"type": "foo"}
     4      ],
     5  
     6      "provisioners": [{
     7          "type": "foo",
     8          "only": ["bar"]
     9      }]
    10  }