Resource: honeycombio_marker_setting

Creates a marker setting. For more information about marker settings, check out the Marker Settings API.

Example Usage

variable "dataset" {
  type = string
}

variable "type" {
  type = string
}

resource "honeycombio_marker_setting" "markerSetting" {
  type =  var.type
  color = "#DF4661"
  dataset = var.dataset
}

Argument Reference

The following arguments are supported:

Attribute Reference

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