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)}"]
}
}