-
Notifications
You must be signed in to change notification settings - Fork 17
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
Handle deleted out of context resources gracefully #223
Comments
Any update on this? We are experiencing the same issue. |
Thanks for resurfacing this one. I believe this one aligns with #260 - I'll copy the tl;dr here for visibility:
|
Community Note
Terraform Version
1.8.2
Affected Resource(s)
Debug Output
Panic Output
Expected Behavior
If a resource is deleted out of context (in this case, directly in the UI), Terraform should detect that and attempt to re-create it (or in my case, remove the resource from the state file).
Actual Behavior
Terraform throws a 404 error because it cannot locate the resource
Steps to Reproduce
The text was updated successfully, but these errors were encountered: