Resource: honeycombio_dataset

Creates a dataset.

Example Usage

resource "honeycombio_dataset" "my_dataset" {
  name        = "My dataset"
  description = "buzzing with data"
}

Argument Reference

The following arguments are supported:

Attribute Reference

In addition to all arguments above, the following attributes are exported:

Import

Datasets can be imported by their slug, e.g.

$ terraform import honeycombio_dataset.my_dataset my-dataset

You can find the slug in the URL bar when visiting the Dataset from the UI.