Data Source: honeycombio_column

The honeycombio_column data source retrieves the details of a single column in a dataset.

Example Usage

variable "dataset" {
  type = string
}

# Retrieve the details of a single column
data "honeycombio_column" "mycol" {
  dataset = var.dataset
  name    = "mycol"
}

Argument Reference

The following arguments are supported:

Attribute Reference

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