Skip to content

Commit 5f8df2e

Browse files
committed
add 'worker_group_count' to 1.4.0 changelog
1 parent 266368e commit 5f8df2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

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)
1415

1516
### Changed
1617

0 commit comments

Comments
 (0)