Releases: tpretz/terraform-provider-zabbix
Releases · tpretz/terraform-provider-zabbix
v0.17.0
v0.16.4
Adding login support for 6.x
Moving zabbix version detection to backend
Conditionally adjust the login params based on zabbix version
Updating github actions
Thanks to @redzioch for raising this issue
v0.15.0
adding follow redirects
v0.14.0
adding retrievemode
v0.13.0
update docs
v0.12.0
5.4 additions
- Adding tags to host
- Adding tags to items
- Warn if applications use is attempted on >= 5.4
- trends default override on text types on 5.4
- update version detect logic to include minor and patch versions
v0.11.4
adding generated docs for registry
v0.11.3
change build pipeline
Trends and Macro
- Adding Trends attribute to all item types
- merging @keertisy 's macro regex fix