templates/packer: increase polling delay
A packer build failed due to being rate limited by the aws api.
This commit is contained in:
parent
66ce7e326d
commit
86c3036fe3
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ build {
|
|||
ssh_username = "ec2-user"
|
||||
instance_type = "c6a.large"
|
||||
aws_polling {
|
||||
delay_seconds = 10
|
||||
delay_seconds = 20
|
||||
max_attempts = 60
|
||||
}
|
||||
|
||||
|
|
@ -67,7 +67,7 @@ build {
|
|||
ssh_username = "ec2-user"
|
||||
instance_type = "c6g.large"
|
||||
aws_polling {
|
||||
delay_seconds = 10
|
||||
delay_seconds = 20
|
||||
max_attempts = 60
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue