Skip to content

Releases: terraform-aws-modules/terraform-aws-eks

[v1.0.0] - flexible number of worker autoscaling groups

11 Jun 23:13
bc80724
Compare
Choose a tag to compare

This release allows for n-number of uniquely defined autoscaling worker groups to be attached to the EKS cluster. Outputs are now available for everything created in the module so extending beyond the module is now possible.

[v0.2.0] - low hanging features added

08 Jun 11:25
23f1c37
Compare
Choose a tag to compare
  • Auto config kubectl for the current shell session.
  • EBS optimized instances have this enabled when chosen.
  • AMI now selected dynamically if none is provided.

[v0.1.1] - CI and pre-commit fixes

07 Jun 10:15
fbe64df
Compare
Choose a tag to compare
Merge pull request #2 from terraform-aws-modules/fix/git_hooks_and_ci

fixing up CI and git hooks

[v0.1.0] - Initial release

07 Jun 09:54
Compare
Choose a tag to compare
readme now has instructions for basic kubectl operation testing. loca…