terraform-aws-eks-node-group icon indicating copy to clipboard operation
terraform-aws-eks-node-group copied to clipboard

Terraform module to provision a fully managed AWS EKS Node Group

Results 28 terraform-aws-eks-node-group issues
Sort by recently updated
recently updated
newest added

### 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...

bug

## what ## why ## references

do not merge
conflict
triage

## 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...

enhancement
do not merge
needs-test
conflict
needs-cloudposse

## 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...

minor
needs-test

### 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...

bug

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` | --- ###...

auto-update

### 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...

bug