Increase aws_polling / no_output_timeout to 1h

This commit is contained in:
Ian Davis
2022-10-05 12:28:41 +01:00
parent 80dc0ce879
commit d1981ef34e
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -56,6 +56,11 @@ source "amazon-ebs" "lotus" {
owners = ["099720109477"]
}
ssh_username = "ubuntu"
aws_polling {
delay_seconds = 60
max_attempts = 60
}
}
source "digitalocean" "lotus" {
@@ -82,3 +87,4 @@ build {
script = "./tools/packer/setup-snap.sh"
}
}