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)
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
110
110
| subnets | A list of subnets to place the EKS cluster and workers within. | list | - | yes |
111
111
| tags | A map of tags to add to all resources. | map | `<map>` | no |
112
112
| vpc_id | VPC where the cluster and workers will be deployed. | string | - | yes |
113
+
| worker_group_count | The number of maps contained within the worker_groups list. | string | `1` | no |
113
114
| worker_groups | A list of maps defining worker group configurations. See workers_group_defaults for valid keys. | list | `<list>` | no |
114
115
| worker_security_group_id | If provided, all workers will be attached to this security group. If not given, a security group will be created with necessary ingres/egress to work with the EKS cluster. | string | `` | no |
115
116
| worker_sg_ingress_from_port | Minimum port number from which pods will accept communication. Must be changed to a lower value if some pods in your cluster will expose a port lower than 1025 (e.g. 22, 80, or 443). | string | `1025` | no |
0 commit comments