Sign in
third-party-mirror
/
hashicorp
/
packer
/
555dfb136f7176d793b8ede3d7e0a4512bb526aa
/
.
/
v1.9.4
/
command
/
test-fixtures
/
hcl
/
reprepare
/
shell-local-windows.pkr.hcl
blob: a09cba13e5938bc87072c9e1847c83ea78d2bcef [
file
] [
log
] [
blame
]
source
"null"
"example"
{
communicator
=
"none"
}
build
{
sources
=
[
"source.null.example"
]
provisioner
"shell-local"
{
script
=
"./${path.root}/test_cmd.cmd"
environment_vars
=
[
"USER=packeruser"
,
"BUILDER=${upper(build.ID)}"
]
}
}