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

cannot find apropriate object on NIOS side for resource with ID '': not found; removing the resource from Terraform state #363

Open
GokanDonmez opened this issue Jun 19, 2024 · 1 comment

Comments

@GokanDonmez
Copy link

I'm getting the following error when trying to run my code:

cannot find apropriate object on NIOS side for resource with ID '': not found; removing the resource from Terraform state

However I can't troubleshoot this as it gives me no information as to what ID the object has or from which object it is coming from.
I already looked through my state file and searched for "id": " but no line has an empty ID.

I am on the latest version of the provider. And I'm creating an infoblox_ip_allocation & infoblox_ip_association only. Nothing else.

@GokanDonmez
Copy link
Author

I believe the issue was that the allocation was deleted in the state file but the infoblox_ip_association was still there. Deleting the association from the state fixed the issue.
If anyone else runs into this: compare the amount of allocation to associations in your state file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant