Skip to content

v0.22.0 Unstable Pre-release

Pre-release
Pre-release

Choose a tag to compare

@cloudpossebot cloudpossebot released this 28 Jun 19:51
4242872

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