You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/command/test-fixtures/hcl/validation/wrong_pause_before.pkr.hcl

13 lines
205 B

source "null" "example1" {
communicator = "none"
}
build {
sources = ["source.null.example1"]
provisioner "shell-local" {
pause_before = "5"
inline = ["echo Did I wait a bit?"]
}
}