consul_autopilot_health

The consul_autopilot_health data source returns autopilot health information about the current Consul cluster.

Example Usage

data "consul_autopilot_health" "read" {}

output "health" {
  value = "${data.consul_autopilot_health.read.healthy}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Server health information