From d2f0c1f9630118ce3470731d52dc66bf1418a7fc Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 30 Jul 2024 20:18:22 -0400 Subject: [PATCH] need nodegroupname as output for karpenter --- outputs.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/outputs.tf b/outputs.tf index d67e519..5db8b1a 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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 +}