Releases: claranet/terraform-provider-zabbix
v0.4.0
v0.3.0
- intoduce tls_insecure in provider config for skipping tls cert verification
- update golang version to 1.8.1 for releases
v0.2.0
Update CHANGELOG for v0.2.0
v0.1.0
Changelog
9dcff30 Add Build Status badge to README
6cc813d Update CHANGELOG.md
48e1138 Use Github Actions to release tags if tests pass
971cbac Merge pull request #9 from claranet/feature_add_lld_rule
445698e Update github.com/hashicorp/terraform-plugin-sdk from v1.4.0 to v1.9.0
de773d0 Use github.com/claranet/go-zabbix-api v1.0.0
cdbbbb1 Add version comparison feature to zabbix_server datasource to help make acceptance tests compatible with Zabbix versions less than, equal to or greater than 3.4.0
3578c34 Use zabbix_server datasource to get days unit, and use generated names for host group and template used in acceptance tests
244457f Update github.com/claranet/go-zabbix-api to resolve issues when api.Version() is called concurrently to other methods
9dbd54d Add zabbix_server datasource
41b3cd6 Rename package from provider to zabbix
9a8422c Let tests be compatible with both Zabbix Server 3.2 and 3.4+
acc3106 Let tests be compatible with both Zabbix Server 3.2 and 3.4+
2b90137 update example for zabbix >= 3.4
e5a7b98 add test and update test to work with zabbix >= 3.4
a33837a update item prototype and trigger prototype test
f2dfa0f add sql error gestion
1e9e005 use terraform sdk
ba37670 add lld_rule_link exemple
7e511cf add test for trigger prototype and item prototype
abcec57 add lld rule link fix trigger/item delete when the template was added to an host add lld_rule_link resourceupdate test for lld rule
2285797 add lld rule example
9f4c895 add item protoype / trogger prototype and lld rule test
8dcc5fd add item prototype and trigger prototype
87a3d2a add lld rule
c375066 add lld rule
2962e7f Merge pull request #7 from claranet/claranet
18c53aa Use template ID directly for virtual zabbix_template_link resource
f9bb956 Typo
0ea70d7 Apply suggestions from code review
50b73a4 Apply suggestions from code review
f4fc0e7 fix typo deleted
768d542 Add bunch DEBUG in logs
5f9cad2 fix undefined lenght
737a9b9 go mod tidy
4625a6c fix typo length on randStringNumber
2a9c00c improve description for changes from version 3.4 for trends and history fields
e224ee7 upgrade travis ci to xenial
8dce272 Merge branch 'claranet' of github.com:claranet/terraform-provider-zabbix into claranet
63b269a update item resource
3cdaafd remove license waiting for authorization of original author
b5bf48a Edit item delay for zabbix 3.4
7d63894 update item to change history/trends default value with zabbix version
6f9af7c update readme and fix linux_general example
cf3fb22 fmt travis config and add slack notifications
6bf147e update readme
437a313 add sql error verification to create, update, delete
c01f129 update to check also DBEXECUTE_ERROR
b845a52 Disable not (yet) existent make targets
fc2b903 Add .travis.yml
8f99f0b go get -u github.com/claranet/go-zabbix-api@claranet
b92ad72 Update zabbix/resource_zabbix_trigger.go
32958b7 Use Terraform User-Agent for API requests
95a5b36 Typos
c143a6c Allow overriding server_url on the command line
3b8ee77 Use dynamics for zabbix_template_link item and trigger
4f93859 Use terraform retry
b5ec29e Fix sql error during trigger deletion
2fd6793 Do not terminate when host group is missing
f5d8670 Fix folder name provider for makefile test
4c274a1 use official gitignore
9a51ba8 Fix makefile wrong references
91bd028 Use single static package for makefile
9bd634b Add name of provider to README.md
18feee1 update to use terraform plugin sdk
7b86e1f update go.mod and go.sum
936d1f3 update func name
778a78e edit debug print
2536904 rename folder provider to zabbix
f820675 update makefile for simple usage
8084f05 update readme
49f21d0 update readme
b019d3b update readme and add license
689f126 Fix sql error in trigger resource
9814999 update examples
723f73a edit template link
797b66c add terraform example configs
53f5dfc Update to work with go-zabbix-api
49649da Fix host test
bf73603 fix acc test
93092b2 add template link resource
baa6705 Merge pull request #6 from claranet/feature_add_template
0aa5226 add test to template link
070c6c2 Fix bug with trigger and item delete
0076309 add template link
ae01531 add zabbix template test
d257e38 add template support
6d33f26 Merge pull request #5 from claranet/feature_add_trigger
0502f70 add trigger test
db212b5 add trigger support
c919552 Merge pull request #4 from claranet/feature_add_item
b7bea5e Merge pull request #3 from claranet/test_for_host_host-group
80f5637 add test for host
2fe3e7d add test for host group
3f3d20d add item test
b75dfd0 add item suppoort
81a697a Update for claranet fork -Fix readme exemple -Change to claranet go zabbix api