terraform-aws-eks-node-group
terraform-aws-eks-node-group copied to clipboard
Terraform module to provision a fully managed AWS EKS Node Group
### Describe the Bug The output value `eks_node_group_resources` does not flatten out the array produced from the `[*]` reference (or just reference the zero element since the `create_before_destroy` toggle is...
## what Added changes for AL2023 worker node AMI based on version tag v1.0.0. ## why Currently, there are no changes for AL2023, even in the latest tag 2.12.0. The...
## what * Delete the unnecessary "ssh-egress" security-group rule. It does not provide anything related to SSH. ⚠️ This might break environments for people who are accidentally relying on the...
### Describe the Feature The AMI type "Al2023" (specifically, "amazon-eks-node-al2023-x86_64-standard-1.29.0-20240415") is not available for selection at the moment. ### Expected Behavior We should be able to use Al2023 AMI type...
### Describe the Bug required version fo the module is `> 1.3.0` but uses the function `strcontains` which was introduced in tf 1.5.0 (https://github.com/hashicorp/terraform/blob/v1.5/CHANGELOG.md) ### Expected Behavior the module should...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/eks-cluster/aws](https://registry.terraform.io/modules/cloudposse/eks-cluster/aws) ([source](https://togithub.com/cloudposse/terraform-aws-eks-cluster)) | module | minor | `4.2.0` -> `4.4.0` | --- ###...
### Describe the Bug I did an update, and due to tag differences I needed to replace the node group. Terraform duly informed that a 'cbd' would be created and...