You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* aws_route_table.identity-management-private-routing-table: Error waiting for route table (rtb-xxxxxxx) to become available: timeout while waiting for state to become 'ready' (timeout: 2m0s)
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform v0.7.2
Affected Resource(s)
Terraform Configuration Files
I have a set of templates that create a VPC, route tables, subnets, and so on. I get an error for a route table I created for a public subnet:
Expected Behavior
When I run
terraform destroy
, all the resources, including that route table, get deleted.Actual Behavior
Intermittently, when I run
terraform destroy
, I get the following error:If I run
terraform destroy
a second time, the error goes away.Steps to Reproduce
terraform apply
terraform destroy
Important Factoids
I don't remember seeing this error before Terraform 0.7, so perhaps some recent change has broken the
destroy
logic?The text was updated successfully, but these errors were encountered: