Skip to content

Commit

Permalink
fix eks node group labels (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrleite authored Oct 29, 2024
1 parent 37a502c commit c9559a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks-customer/eks_managed_node-group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "managed_node_group" {
desired_size = each.value.desired_size

taints = each.value.taints
labels = each.value.labels ? each.value.labels : null
labels = each.value.labels

tags = {
Environment = var.environment
Expand Down

0 comments on commit c9559a7

Please sign in to comment.