From deeb6efec9ba9e462b6b79f4765d5d5cbbdf1cbf Mon Sep 17 00:00:00 2001 From: Srini Nangunuri Date: Tue, 25 Jun 2024 17:41:23 -0400 Subject: [PATCH] cluster-autoscaler role name is required as an input for eks-config module where it creates cluster-autoscaler pod --- outputs.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index 7cf7a80..a17cf6b 100644 --- a/outputs.tf +++ b/outputs.tf @@ -277,4 +277,6 @@ output "self_managed_node_groups_autoscaling_group_names" { ################################################################################ # Additional ################################################################################ - +output "cluster_autoscaler_role_name" { + value = module.cluster_autoscaler_irsa_role.iam_role_name +}