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/hcl2template/testdata/build/provisioner_paused_before_r...

15 lines
244 B

// starts resources to provision them.
build {
sources = [
"source.virtualbox-iso.ubuntu-1204"
]
provisioner "shell" {
pause_before = "10s"
max_retries = 5
}
}
source "virtualbox-iso" "ubuntu-1204" {
}