Skip to content

Commit

Permalink
Add cluster_id to outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
im2nguyen authored Nov 10, 2020
1 parent d787606 commit 99832cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
output "cluster_id" {
description = "EKS cluster ID."
value = module.eks.cluster_id
}

output "cluster_endpoint" {
description = "Endpoint for EKS control plane."
value = module.eks.cluster_endpoint
Expand Down

0 comments on commit 99832cd

Please sign in to comment.