Skip to content

Commit

Permalink
Changed nodegroup key from on_demand to node-group
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 1, 2023
1 parent b3d0cc4 commit 3dee7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster_autoscaler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
"k8s.io/cluster-autoscaler/enabled" = "TRUE"
}

ng_asg_name = module.cluster.eks_managed_node_groups["on_demand"].node_group_resources[0].autoscaling_groups[0].name
ng_asg_name = module.cluster.eks_managed_node_groups["node_group"].node_group_resources[0].autoscaling_groups[0].name
}

resource "aws_autoscaling_group_tag" "on-demand" {
Expand Down

0 comments on commit 3dee7a1

Please sign in to comment.