Files
Packer-Cn/command/test-fixtures/hcl/validation/wrong_pause_before.pkr.hcl

13 lines
205 B
HCL

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