Data Source: honeycombio_slo

The honeycombio_slo data source retrieves the details of a single SLO for a dataset.

Example Usage

variable "dataset" {
  type = string
}

# Retrieve the details of a single SLO
data "honeycombio_slo" "myslo" {
  dataset = var.dataset
  id      = "fS4WfA82ACt"
}

Argument Reference

The following arguments are supported:

Attribute Reference

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