Sign in
third-party-mirror
/
hashicorp
/
packer
/
555dfb136f7176d793b8ede3d7e0a4512bb526aa
/
.
/
v1.9.4
/
command
/
test-fixtures
/
validate-invalid
/
bad_provisioner.json
blob: 1f4b6cf4e211a5be6ea68ead15189b5efbf14912 [
file
] [
log
] [
blame
]
{
"builders"
:[
{
"type"
:
"file"
,
"target"
:
"chocolate.txt"
,
"content"
:
"chocolate"
}
],
"provisioners"
:
[
{
"type"
:
"file"
,
"comment"
:
"unknown field"
}
]
}