github honeycombio/terraform-provider-honeycombio v0.27.0

latest release: v0.27.1
27 days ago

NOTES:

This release contains breaking and behavioral changes

  • r/dataset: will now attempt to delete datasets on destroy.
    However, they come with delete protection (delete_protection) enabled by default and it must be disabled for the destroy to succeed.
    This behavior matches r/environment as introduced in v0.25.0
  • r/dataset: will now error on create if a Dataset with that name already exists in the Environment.
    Previously, the dataset would be silently imported into state, but given deletion is now possible on destroy this behavior has to changed to be more standard.
    The end-user can choose to either adjust the name or import the existing Dataset.
  • client: if the Datasets API returns an HTTP '200 OK' -- as opposed to '201 Created' -- on create the Datasets.Create method will now return ErrDatasetExists.

ENHANCEMENTS:

  • New Data Source: honeycombio_dataset (#535)
  • feat: ends/does-not-end-with filters (#530)
  • feat: add P20 and P80 calculations (#534)
  • feat: full lifecycle support for datasets (#535)

BUGFIXES:

  • chore(r/query): improve doc for derived_column (#531)

HOUSEKEEPING:

  • chore: address new linter errors (#532)

Don't miss a new terraform-provider-honeycombio release

NewReleases is sending notifications on new releases.