github cloudposse/terraform-aws-eks-node-group 0.22.0
v0.22.0 Unstable Pre-release

latest releases: 3.0.1, v3, 3.0.0...
pre-release3 years ago

We are revising and standardizing our handling of security groups and security group rules across all our Terraform modules. This is an early attempt with significant breaking changes. We will make further breaking changes soon, so using this version is not recommended.

Feature: to be able to increase or decrease the timeouts for aws_eks_node_group resources @alfredo-gil (#70)

Feature: to be able to increase or decrease the timeouts for aws_eks_node_group resources

what

  • This PR gives the possibility to increase or decrese the tiemouts managing the node groups

why

  • We need it because we use node groups with more than 50 nodes
  • When we need to change a node group it takes much more than 60 minutes
  • For example, if we need to update the ami version for our node groups with no business impact we use create_before_destroy = true and it takes much more than 60 minutes.
  • If we don'r increase the timeout terraform apply would fail because of the timeout

references

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

NewReleases is sending notifications on new releases.