templates/packer: triple aws polling attempts
AMIs can take a long time to get ready.
This commit is contained in:
parent
99a202fa99
commit
81a5ff1bf6
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ build {
|
|||
instance_type = "c6a.large"
|
||||
aws_polling {
|
||||
delay_seconds = 20
|
||||
max_attempts = 60
|
||||
max_attempts = 180
|
||||
}
|
||||
|
||||
# Set a name for the resulting AMI.
|
||||
|
|
@ -68,7 +68,7 @@ build {
|
|||
instance_type = "c6g.large"
|
||||
aws_polling {
|
||||
delay_seconds = 20
|
||||
max_attempts = 60
|
||||
max_attempts = 180
|
||||
}
|
||||
|
||||
# Set a name for the resulting AMI.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue