Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ranikamadurawe authored Mar 28, 2024
1 parent 7a2e83b commit d7ec40f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/aws/EKS-Cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ output "oidc_provider_url" {
value = aws_iam_openid_connect_provider.eks_ca_oidc_provider.url
depends_on = [aws_iam_openid_connect_provider.eks_ca_oidc_provider]
}
output "eks_cluster_endpoint" {
value = aws_eks_cluster.eks_cluster.endpoint
depends_on = [aws_eks_cluster.eks_cluster.name]
}

0 comments on commit d7ec40f

Please sign in to comment.