Closed SimonNightingale closed 5 years ago
1.8.0 introduced a second retry with a max timeout of 5 mins. A second, nested retry has a minimum timeout of 25 mins. This causes the apply to time out whenever a roll is taking longer than 5 mins. I have corrected the behavior.
The duplicated wait_for_roll_percentage and wait_for_roll_timeout will also be updated. These fields were moved around during a revision that accidentally made it back in during a rebase (causing the duplication to also appear in the docs).
Thank you, i've just tested the v1.9.0 release and it has fixed this issue.
Hi there, we are copying an ami from another ami, its timedout at 40 min. (yes, ami has large amount of date) Is there a way to fix it.
Error waiting for ami to be ready : timeout while waiting for state to become 'available' (last date: 'pending', timeout 40m0s)
the ami is getting tainted state in terraform tfstate file.
Thank you!
Hi there, we are copying an ami from another ami, its timedout at 40 min. (yes, ami has large amount of date) Is there a way to fix it.
Error waiting for ami to be ready : timeout while waiting for state to become 'available' (last date: 'pending', timeout 40m0s)
the ami is getting tainted state in terraform tfstate file.
Thank you!
Which provider you're using to the AMI copy operation?
We are using AWS provider.
Thanks
On Sat, 19 Oct, 2019, 12:18 pm itzikadz, notifications@github.com wrote:
Hi there, we are copying an ami from another ami, its timedout at 40 min. (yes, ami has large amount of date) Is there a way to fix it.
Error waiting for ami to be ready : timeout while waiting for state to become 'available' (last date: 'pending', timeout 40m0s)
the ami is getting tainted state in terraform tfstate file.
Thank you!
Which provider you're using to the AMI copy operation?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/terraform-providers/terraform-provider-spotinst/issues/37?email_source=notifications&email_token=ANESLANHTVPBBNRJFW3HSQ3QPKUVPA5CNFSM4G4BW4EKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBXG5SA#issuecomment-544108232, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANESLAJTB6E6Z3OKIYEZX6DQPKUVPANCNFSM4G4BW4EA .
@Ala005, please adress this issue to the relevant provider: https://github.com/terraform-providers/terraform-provider-aws. we can't control the AWS provider.
Hi there, we have encountered an issues since using v1.8.0 of this provider. When we run the script everything will progress as usual until roughly 5 minutes in when we are presented with the following error:
This issue has only developed since v1.8.0 has been released. If we roll back the provider to v1.7.0 and run the same script everything will work correctly as it was doing before the update.
Also an unrelated note is the documentation correct on elastigroups as it seems there is a duplicated version of the wait_for_roll_percentage or am I just not understanding it correctly
Any help would be appreciated with this.
Terraform Version
Terraform v0.11.8
Affected Resource(s)
Terraform Configuration Files
Panic Output
Expected Behavior
Executed without timeout error
Actual Behavior
Timeout error appears
Steps to Reproduce
terraform apply using v1.8.0