Data Source: honeycombio_derived_column

The honeycombio_derived_column data source retrieves the details of a single derived column.

Example Usage

variable "dataset" {
  type = string
}

# Retrieve the details of a single derived column
data "honeycombio_derived_column" "mydc" {
  dataset = var.dataset
  alias   = "mydc"
}

Argument Reference

The following arguments are supported:

Attribute Reference

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