github.com/hashicorp/packer@v1.14.3/command/test-fixtures/validate-invalid/bad_provisioner.json (about)

     1  {
     2    "builders":[
     3      {
     4        "type":"file",
     5        "target":"chocolate.txt",
     6        "content":"chocolate"
     7      }
     8    ],
     9    "provisioners": [
    10      {
    11        "type": "file",
    12        "comment": "unknown field"
    13      }
    14    ]
    15  }