Skip to content

Commit

Permalink
need nodegroupname as output for karpenter
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 31, 2024
1 parent 28e5cc1 commit d2f0c1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,6 @@ output "self_managed_node_groups_autoscaling_group_names" {
# output "cluster_autoscaler_role_name" {
# value = module.cluster_autoscaler_irsa_role.iam_role_name
# }
output "node_group_name" {
value = local.ng_name
}

0 comments on commit d2f0c1f

Please sign in to comment.