Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nivleshc/f96108cc1ea52e7dbab1b36b7a1570dd to your computer and use it in GitHub Desktop.
Save nivleshc/f96108cc1ea52e7dbab1b36b7a1570dd 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_auth_token" {
description = "Amazon Elastic Kubernetes Service Cluster Authentication Token"
value = data.aws_eks_cluster_auth.eks_cluster.token
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment