github cloudposse/terraform-aws-eks-node-group 2.2.0
v2.2.0 EBS optimization, tagging network interfaces

latest releases: v3.1.0, v3, 3.0.1...
2 years ago

This version is not recommended, because it introduces the ebs_optimized input with a default value of false, which is a change from previous behavior and best practice. The default has been changed to true in v2.4.0.

Version 2.2.0 is exactly the same as v0.27.3 except for the version number, part of Cloud Posse's conversion to production Semantic Versioning for its Terraform modules..

🚀 Enhancements

Support tagging Network Interfaces @mholttech (#107)

what

Add support for tagging Network Interfaces with var.resources_to_tag

why

According to LaunchTemplateTagSpecificationRequest Documentation, Network Interfaces are now supported for tagging on creation.

references

support for ebs optimization in launch templates @jrowinski3d (#101)

what

  • Enabled EBS Optimization in the launch template.

why

  • Give the user ability to enable ebs optimization, default will be false. Of course the instance_type will need to be capable of doing so.

references

Don't miss a new terraform-aws-eks-node-group release

NewReleases is sending notifications on new releases.