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 +}