v0.22.0 Unstable Pre-release
Pre-release
Pre-release
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 = trueand it takes much more than 60 minutes. - If we don'r increase the timeout terraform apply would fail because of the timeout
references
- The aws_eks_node_group resource has the option to configure the timeouts:
- https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_node_group#timeouts