Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nivleshc/a4f7f832614a78a79c8243a2f17b5c16 to your computer and use it in GitHub Desktop.
Save nivleshc/a4f7f832614a78a79c8243a2f17b5c16 to your computer and use it in GitHub Desktop.
This gist contains code from the eks/outputs.tf file which is part of the blog-amazon-s3-filesystem-for-amazon-eks-cluster repository.
output "cluster_ca_certificate" {
description = "Amazon Elastic Kubernetes Service Cluster CA Certificate"
value = aws_eks_cluster.eks_cluster.certificate_authority[0].data
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment