-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting aws_route_internet_access in AWS breaks planning #5288
Comments
Hi @danosipov, Please can you share the config (minus) secrets that would allow us to try and reproduce this so we can try and track down the error Thanks Paul |
@stack72 I'm going to try to minimize the config, though that may be tricky. I was using the sample from https://github.com/hashicorp/terraform/blob/master/examples/aws-two-tier/main.tf but added route table associations
These caused the problem upon manual deletion of the VPC from AWS. I've had to remove the corresponding entries from |
Ok, if I am reading this correct, then the order of your operations are are follows:
|
@stack72 Yes, thats how I encountered the issue. |
@stack72 I have the same error using 0.7.1. Here you can see part of my logs. At first I thought it was a tack problem and opened an issue (kz8s/tack#45) there. |
…hashicorp#8443) found Fixes hashicorp#5288 Fixes hashicorp#8388 ``` TESTS TBC ```
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. |
I had to delete the VPC in AWS, which deleted all related subnets & routes. Rerunning terraform yields an error
The text was updated successfully, but these errors were encountered: