ENHANCEMENTS:
- Moving to the latest version of the Icinga2 Go API
- Service templates are now supported in the Service resource
NOTES:
This is the first release in a while that hopefully should mark the start of a more regular release cycle.
ENHANCEMENTS:
- Move to the Terraform Plugin SDK
- Updated README to be specific to this provider
BUG FIXES:
- Fixed test for variable host.
- Fixed mistake in the example code.
FEATURES:
- New Resource:
icinga2_user
- New Resource:
icinga2_notification
ENHANCEMENTS:
- provider: Allow specifying API document root.
- resource/resource_icinga2_host: Add optional parameter to support declaring groups when creating hosts.
- resource/resource_icinga2_service: Add optional parameter to support declaring service variables. ([#2](#2))
BUGS:
- resource/resource_icinga2_host: govend latest go-icinga2-api with optionaly declaring groups when creating a host. ([#1](#1))
- Configure "templates" via the icinga2_host resource (#3)
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout