github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl/validation/wrong_pause_before.pkr.hcl (about) 1 source "null" "example1" { 2 communicator = "none" 3 } 4 5 build { 6 sources = ["source.null.example1"] 7 8 provisioner "shell-local" { 9 pause_before = "5" 10 inline = ["echo Did I wait a bit?"] 11 } 12 }