Sign in
third-party-mirror
/
hashicorp
/
packer
/
555dfb136f7176d793b8ede3d7e0a4512bb526aa
/
.
/
v1.9.4
/
command
/
test-fixtures
/
var-arg
/
fruit_builder.json
blob: 9d6831c8b529542d28df812a7649ea4add79ed5b [
file
] [
log
] [
blame
]
{
"variables"
:
{
"fruit"
:
null
},
"builders"
:
[
{
"communicator"
:
"none"
,
"type"
:
"null"
}
],
"post-processors"
:
[
[
{
"name"
:
"apple"
,
"type"
:
"shell-local"
,
"inline"
:
[
"echo {{ user `fruit` }} > {{ user `fruit` }}.txt"
]
}
]
]
}