Data Source: aws_eks_addon

Retrieve information about an EKS add-on.

Example Usage

data "aws_eks_addon" "example" {
  addon_name   = "vpc-cni"
  cluster_name = aws_eks_cluster.example.name
}

output "eks_addon_outputs" {
  value = aws_eks_addon.example
}

Argument Reference

Attribute Reference

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