Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lately, our Windows images in AWS have been throwing a `ResourceNotReady` error: - https://github.com/nv-gha-runners/vm-images/actions/runs/9697044936/job/26775090346#step:7:262 - https://github.com/nv-gha-runners/vm-images/actions/runs/9697044936/job/26760297797#step:7:261 The link in the logs, https://developer.hashicorp.com/packer/integrations/hashicorp/amazon#resourcenotready-error, suggests that increasing the `aws_polling` values can resolve this. Therefore, this PR increases the values of the `aws_polling` properties. The default values are: ```hcl aws_polling { delay_seconds = 15 max_attempts = 40 } ```
- Loading branch information