github.com/rahart/packer@v0.12.2-0.20161229105310-282bb6ad370f/template/test-fixtures/parse-provisioner-only.json (about)

     1  {
     2      "provisioners": [
     3          {
     4              "type": "something",
     5              "only": ["foo"]
     6          }
     7      ]
     8  }