Skip to content

Commit

Permalink
Update terraform outputs.tf: Update cluster IP value
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlahbib committed Nov 15, 2024
1 parent 661749a commit 1b313b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ output "repository_name" {
}

output "cluster_ip" {
value = module.eks_cluster.eks_cluster_endpoint
value = eks_cluster.eks_cluster.endpoint
}

0 comments on commit 1b313b1

Please sign in to comment.