github.com/hashicorp/packer@v1.14.3/hcl2template/testdata/build/two-error-cleanup-provisioner.pkr.hcl (about) 1 source "virtualbox-iso" "ubuntu-1204" { 2 } 3 4 // starts resources to provision them. 5 build { 6 sources = [ 7 "source.virtualbox-iso.ubuntu-1204" 8 ] 9 10 error-cleanup-provisioner "shell-local" { 11 } 12 13 error-cleanup-provisioner "file" { 14 } 15 }