Skip to content

Commit

Permalink
Merge pull request #5 from SCT-Engineering/autoscaler-role-output
Browse files Browse the repository at this point in the history
cluster-autoscaler role name is required as an input  for eks-config …
  • Loading branch information
morga471 committed Jun 25, 2024
2 parents a016149 + deeb6ef commit 49e090c
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 49e090c

Please sign in to comment.