Skip to content

Commit

Permalink
cluster-autoscaler role name is required as an input for eks-config m…
Browse files Browse the repository at this point in the history
…odule where it creates cluster-autoscaler pod
  • Loading branch information
nangu001 committed Jun 25, 2024
1 parent a016149 commit deeb6ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit deeb6ef

Please sign in to comment.