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
I got this output in a recent run of terraform apply.
Error: leftover module module.fh_appserver in state that should have been removed; this is a bug in Terraform and should be reported
It's not causing issues but just wanted to share. I also wanted to ask if I should manually remove the leftover items from my tfstate (pertinent bits are attached below).
Terraform Version
Terraform v0.12.19
+ provider.aws v2.37.0
Steps to Reproduce
have an AWS LB with deletion protection enabled
remove it (and any related resources like eips or instances) from main.tf
all resources but the LB should be deleted
manually disable deletion protection in the console or via AWS API
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
Mar 28, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I got this output in a recent run of
terraform apply
.It's not causing issues but just wanted to share. I also wanted to ask if I should manually remove the leftover items from my tfstate (pertinent bits are attached below).
Terraform Version
Steps to Reproduce
Additional Context
The items left in my .tfstate file are:
The text was updated successfully, but these errors were encountered: