NOTES:
honeycombio_board
no longer requires specifyingdataset
for eachquery
object.dataset
has been marked deprecated.
FEATURES:
- the provider's configuration now respects the more standard
HONEYCOMB_API_KEY
in addition toHONEYCOMBIO_APIKEY
(#187, #208)
ENHANCEMENTS:
- resource/honeycombio_dataset: support for
description
andexpand_json_depth
arguments (#185) - resource/honeycombio_dataset: addition of
created_at
andlast_written_at
attributes (#204) - resource/honeycombio_column: addition of
created_at
,last_written_at
, andupdated_at
attributes (#198) - resource/honeycombio_board: environment-wide queries are now supported.
dataset
is no longer required as part of the boardquery
definition and has been marked deprecated. (#203)
BUGFIXES:
- docs: typos and corrections (#199, #206)
- resource/honeycombio_trigger: fix recipients ordering and potential infinite diff for pagerduty recipients (#202)
HOUSEKEEPING: