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
Mount targets that are not found are considered already deleted, and destroy finishes as normal.
Actual Behavior
* aws_efs_mount_target.efs.0: MountTargetNotFound: Mount target does not exist.
status code: 404, request id: 91b18f21-6d9b-11e6-b50e-5d876ebd0646
* aws_efs_mount_target.efs.1: MountTargetNotFound: Mount target does not exist.
status code: 404, request id: 91b27923-6d9b-11e6-b3a9-bbb5cfda0da7
Checking in AWS shows that these mount targets no longer exist, and I would expect Terraform to handle this, rather than throwing the above error. We get the same error trying to apply from this state.
Steps to Reproduce
terraform destroy
The text was updated successfully, but these errors were encountered:
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 22, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
0.7.2
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/HenryTheHamster/714cd29b9b9325801508d6bfbd80c07e
Expected Behavior
Mount targets that are not found are considered already deleted, and destroy finishes as normal.
Actual Behavior
Checking in AWS shows that these mount targets no longer exist, and I would expect Terraform to handle this, rather than throwing the above error. We get the same error trying to
apply
from this state.Steps to Reproduce
terraform destroy
The text was updated successfully, but these errors were encountered: