Skip to content

Commit

Permalink
add output for launch template
Browse files Browse the repository at this point in the history
  • Loading branch information
Yara Abdellatif committed Feb 4, 2022
1 parent a67c107 commit bac5a50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ output "eks_nodes_role" {
description = "IAM role used by EKS node group."
value = var.enable_iam ? aws_iam_role.nodes[0].arn : var.eks-nodes-iam-role
}

output "eks_nodes_launch_template_id" {
value = aws_launch_template.cluster-nodes-launch-template.id
}

0 comments on commit bac5a50

Please sign in to comment.