-
Notifications
You must be signed in to change notification settings - Fork 18
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
Unable to destroy host #34
Comments
What version of terraform, the provider and Zabbix server are in use? Does this error happen with just terraform destroy? Does you have a minimum configuration sample to reproduce this issue? |
We are seeing this with latest version of provider and zabbix v6 |
@pdecat please check the PR above. Seems like it's working after this fix. |
@pdecat do you plan to bump the provider version to implement this fix? |
@pdecat Hello! Seems like you improving tests. Is there any news related to this fix? I'm using my own downstream fork build, but probably I can help somehow. |
Hi, |
Also looking for news on this one. When will the release be available? |
Hi @scytem, sorry for the silence here. When all the compatibility issues with newer Zabbix server versions started being reported, I indeed spent some time testing the provider across several versions of Zabbix server, only to discover maintaining compatibility with all those versions would mean a lot of work in both the API lib and the provider. I'm starting to believe the best way forward would be have compatibility with a single Zabbix server major version in each provider version. A bit like Gitlab did recently. Anyway, I do not have the bandwidth to work on this right now. |
When destroying using
terraform plan -destroy -out destroy.plan
we're getting an error:The only way to be able to fully destroy an infra-stack is by removing the Zabbix Host manually via the Zabbix Webinterface and from the state using:
The text was updated successfully, but these errors were encountered: