Skip to content
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

Bug: crash when thing in state no longer exists instead of reporting them as changed outside terraform #17

Open
drdamour opened this issue Aug 30, 2023 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@drdamour
Copy link

drdamour commented Aug 30, 2023

for quite a few resources i've noticed that if the state thinks there's a thing with id 1234 and the anypoint service doesn't see a 1234 i get an error and the plan/apply fail.

this is pretty different than other terraform providers, which report this as a thing that changed outside of terraform and then plan to recreate the resource. It would be better if this provider behaved that way such that in the plan output section about things changed ouside terraform would report these things as destroyed and the plan would show it intends to recreate the the resource

effected resources: business groups, teams, connected apps

the current woraround i have to terraform state rm each resource that the provider thinks/assumes should be there

@soufi soufi added the bug Something isn't working label Sep 8, 2023
@soufi soufi self-assigned this Sep 8, 2023
@soufi soufi added help wanted Extra attention is needed and removed bug Something isn't working labels Sep 8, 2023
@soufi
Copy link
Collaborator

soufi commented Feb 4, 2024

@drdamour, some new enhancements are on the way with the new version. it's taking more time than expected because we lacking testers. you can pull the dev branch to test the latest changes

@soufi
Copy link
Collaborator

soufi commented Oct 18, 2024

is this is still an issue @drdamour ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants