NOTES:
- client: support for
zenoss
recipient type removed (#190)- this was never available at the Terraform resource level
honeycombio_recipient
will now fail if your query returns more than one recipient. Before it just picked the first one returned by the API.
FEATURES:
- New Resource:
honeycombio_email_recipient
(#186) - New Resource:
honeycombio_pagerduty_recipient
(#188) - New Resource:
honeycombio_slack_recipient
(#188) - New Resource:
honeycombio_webhook_recipient
(#188) - New Data Source:
honeycombio_recipients
(#188)
ENHANCEMENTS:
- client: error details from the API are now displayed in Terraform errors (#184)
- datasource/honeycombio_recipient: - now uses the Recpients API and can filter recipient types with an optional
detail_filter
(#188)dataset
is now ignored and marked as a deprecated argumenttarget
contines to work but is now deprecateddetail_filter
improves the experience of selecting the correct PagerDuty recipient you are looking for.
- resource/honeycombio_trigger and resource/honeycombio_burn_alert - notification severity can now be specified when a Trigger or a Burn Alert fires (#191)
BUGFIXES:
- docs: syntax and correctness updates (#176, #180)
- resource/honeycombio_trigger - correct Trigger query test schema (#177)
HOUSEKEEPING: