Skip to content

Releases: honeycombio/terraform-provider-honeycombio

v0.1.1

16 Oct 16:48
Compare
Choose a tag to compare

ENHANCEMENTS:

  • implemented import for honeycombio_board and honeycombio_trigger

Import boards using:

$ terraform import honeycombio_board.my_board AobW9oAZX71

Import triggers using:

$ terraform import honeycombio_trigger.my_trigger my-dataset/AeZzSoWws9G

v0.1.0

14 Oct 15:47
Compare
Choose a tag to compare

NOTES:

  • bumped the minor version number to v0.1.0 to indicate the resource definitions are expected to be stable at this point

ENHANCEMENTS:

  • data source honeycombio_query: added properties time_range, start_time, end_time and granularity
  • resource honeycombio_board: added property query.query_style (feature announcement)

v0.0.10

10 Sep 00:03
Compare
Choose a tag to compare

NOTES:

  • this release ships several internal maintenance improvements

ENHANCEMENTS:

  • resource honeycombio_trigger: added support for webhook recipient types
  • data source honeycombio_trigger_recipients: added support for webhook recipient types

v0.0.9

23 Aug 01:32
aa23fef
Compare
Choose a tag to compare

NOTES:

  • data source honeycombio_query: deprecated the value attribute of the filter block, use the new type-aware value_* attributes instead.

ENHANCEMENTS:

  • data source honeycombio_query: added type-aware filter value attributes: value_string, value_integer, value_float and value_boolean. Use these to ensure the type of the value matches the type of the column, otherwise the filter will not function properly.

v0.0.8

18 Aug 11:12
Compare
Choose a tag to compare

BUG FIXES:

  • resource honeycombio_trigger: when specifying a recipient by ID, the diff would constantly try to remove target and type #26

v0.0.7

15 Aug 15:29
e32a5e5
Compare
Choose a tag to compare

NOTES:

ENHANCEMENTS:

  • data source honeycombio_query: added support for specifying orders and a limit.

BUG FIXES:

  • data source honeycombio_query: omit the column from a calculation when using COUNT, sending an empty string "" caused an error from the Honeycomb API

v0.0.6

11 Aug 23:19
9c96e69
Compare
Choose a tag to compare

New in v0.0.6:

  • added a new data source honeycombio_trigger_recipient which can be used to retrieve the ID of an existing trigger recipient within a dataset

v0.0.5

09 Aug 00:59
cc19233
Compare
Choose a tag to compare

No new features in v0.0.5, only a couple of internal improvements:

v0.0.4

06 Aug 19:04
Compare
Choose a tag to compare

New in v0.0.4:

  • we've added a new resource honeycombio_board, all thanks to @fitzoh!

v0.0.3

05 Aug 22:17
cea444c
Compare
Choose a tag to compare

New in v0.0.3:

  • url of the Honeycomb API can be configured with api_url on the provider block
  • improved the documentation