Skip to content

Commit

Permalink
Remove additional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ranikamadurawe authored Mar 28, 2024
1 parent d7ec40f commit af11383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/EKS-Cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ output "oidc_provider_url" {
}
output "eks_cluster_endpoint" {
value = aws_eks_cluster.eks_cluster.endpoint
depends_on = [aws_eks_cluster.eks_cluster.name]
depends_on = [aws_eks_cluster.eks_cluster]
}

0 comments on commit af11383

Please sign in to comment.