Releases: cloudposse/terraform-aws-eks-workers
Releases · cloudposse/terraform-aws-eks-workers
0.3.0 Add `eks_worker_ami_name_filter` and `eks_worker_ami_name_regex` variables
what
- Update
eks_worker_ami_name_filter
variable - Add
eks_worker_ami_name_regex
variable
why
- Improve the AMI name filter to return correct instances
- A regex string to apply to the AMI list returned by AWS
0.2.0 Add output for worker role ARN
what
- Add output for worker role ARN
why
- This may be useful for example if using two workers set within a cluster
0.1.3 Add missing `splat+join` for resources with `counts`
what
- Add missing
splat+join
for resources withcounts
- Rebuild README
why
- Some resources with counts were used without
splat+join
0.1.2 Allow passing of additional params to `bootstrap.sh`
what
Allow passing of additional params to bootstrap.sh
why
To enable extra parameters like --kublet-extra-args
or --use-max-pods