Sign in
third-party-mirror
/
hashicorp
/
packer
/
555dfb136f7176d793b8ede3d7e0a4512bb526aa
/
.
/
v1.9.4
/
hcl2template
/
testdata
/
build
/
provisioner_timeout.pkr.hcl
blob: 4779510600236234555fa7abd2b1837bb02fad3c [
file
] [
log
] [
blame
]
// starts resources to provision them.
build
{
sources
=
[
"source.virtualbox-iso.ubuntu-1204"
]
provisioner
"shell"
{
timeout
=
"10s"
}
}
source
"virtualbox-iso"
"ubuntu-1204"
{
}