We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6aeea commit 45f6fb8Copy full SHA for 45f6fb8
images/ubuntu/templates/build.ubuntu-22_04.pkr.hcl
@@ -200,7 +200,7 @@ build {
200
201
provisioner "shell" {
202
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
203
- pause_before = "1m0s"
+ pause_before = "5m0s"
204
scripts = ["${path.root}/../scripts/build/cleanup.sh"]
205
start_retry_timeout = "10m"
206
}
images/ubuntu/templates/build.ubuntu-24_04.pkr.hcl
@@ -189,7 +189,7 @@ provisioner "shell" {
189
190
191
192
193
194
195
0 commit comments