NOTES:
honeycombio_column
resource's argumentkey_name
has been deprecated in favor ofname
and will be removed in a future release of the provider.honeycombio_column
no longer silently imports an existing column on create.
ENHANCEMENTS:
- New Resource:
honeycombio_dataset_definitions
(#217) - resource/honeycombio_column: deprecate 'key_name' in favor of 'name' (#242)
- resource/honeycombio_board: add new 'board_url' attribute (#254)
BUGFIXES:
- datasource/honeycombio_recipient: fix bug where only supplying 'type' would error (#240)
- resource/honeycombio_column: no longer silently imports an existing column on create (#242)
- docs: fix 'recipients' misspellings (#246)
- docs: remove deprecated 'dataset' from simple board example (#249)
- resource/honeycombio_board: fix panic on board graph settings parsing (#250)
- docs: fix 'README' markdown rendering (#253)
HOUSEKEEPING: