Data Source: aws_eks_clusters

Retrieve EKS Clusters list

Example Usage

data "aws_eks_clusters" "example" {}

data "aws_eks_cluster" "example" {
  for_each = toset(data.aws_eks_clusters.example.names)
  name     = each.value
}

Attribute Reference

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