Created
August 18, 2024 12:08
-
-
Save nivleshc/5073cc17b0878b7b033b3b0908b19c08 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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
output "cluster_endpoint" { | |
description = "Amazon Elastic Kubernetes Service Cluster Endpoint" | |
value = aws_eks_cluster.eks_cluster.endpoint | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment