You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@ project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
-
- manage eks workers' root volume size and type
13
-
-`workers_asg_names` added to outputs.
12
+
- manage eks workers' root volume size and type.
13
+
-`workers_asg_names` added to outputs. (kudos to @laverya)
14
+
- New top level variable `worker_group_count` added to replace the use of `length(var.worker_groups)`. This allows using computed values as part of worker group configs. (complaints to @laverya)
0 commit comments