Data Source: honeycombio_auth_metadata

The honeycombio_auth_metadata data source retreives information about the API key used to authenticate the provider.

Example Usage

data "honeycombio_auth_metadata" "current" {}

output "team_name" {
  value = data.honeycombio_auth_metadata.current.team.name
}

output "environment_slug" {
  value = data.honeycombio_auth_metadata.current.environment.slug
} 

output "slo_management_access" {
  value = data.honeycombio_auth_metadata.current.api_key_access.slos
}

Argument Reference

There are no arguments available for this data source.

Attribute Reference

This data source exports the following attributes in addition to the arguments above: