mirror of https://github.com/hashicorp/packer
When a variable is set in a pkrvars file, but isn't defined, an error message is output, but does not deliver an example of what is expected by Packer in order to complete a build. To remedy that, we improve the error message by giving an example of variable block to include in the build template.pull/12016/head
parent
f6e31d3147
commit
61c56e161c
@ -0,0 +1,7 @@
|
||||
source "null" "test" {
|
||||
communicator = "none"
|
||||
}
|
||||
|
||||
build {
|
||||
sources = ["null.test"]
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
testvar = "auto"
|
||||
Loading…
Reference in new issue