Skip to content

Commit

Permalink
feat: Supporting update_config in EKS managed node groups (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Billinghurst committed Sep 1, 2021
1 parent 95928b2 commit ff27ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/managed_node_groups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module "eks" {
}
]
max_unavailable_type = "percent"
max_unavailable = 50
max_unavailable = 50
}
}

Expand Down

0 comments on commit ff27ab1

Please sign in to comment.