Sign in
third-party-mirror
/
hashicorp
/
packer
/
555dfb136f7176d793b8ede3d7e0a4512bb526aa
/
.
/
v1.9.4
/
command
/
test-fixtures
/
validate
/
null_var.json
blob: 016e20b1964abbe5ef323cbd843dbfe4fcf597f3 [
file
] [
log
] [
blame
]
{
"variables"
:
{
"null_var"
:
null
},
"builders"
:
[{
"type"
:
"null"
,
"communicator"
:
"none"
}],
"provisioners"
:
[
{
"type"
:
"shell-local"
,
"inline"
:
"echo yop"
}
]
}