Skip to content

Commit

Permalink
fix: group node policy
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhite27 committed Jul 31, 2023
1 parent b5ae2eb commit f67e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module "eks" {
enable_monitoring = true

iam_role_additional_policies = {
additional = ["${var.node_group_autoscaling_policy_arn}"]
KanvasDevClusterAutoscalerPolicy = var.node_group_autoscaling_policy_arn
}

labels = {
Expand Down

0 comments on commit f67e3c4

Please sign in to comment.