cloudposse / terraform-aws-eks-node-group

Terraform module to provision a fully managed AWS EKS Node Group
https://cloudposse.com/accelerate
Apache License 2.0
90 stars 128 forks source link

Chore: add missing AMI types #182

Closed QuentinBtd closed 3 months ago

QuentinBtd commented 3 months ago

what

Adding missing AMI types

why

AL2023_x86_64_STANDARDand AL2023_ARM_64_STANDARD are available.

references

https://docs.aws.amazon.com/eks/latest/APIReference/API_Nodegroup.html#AmazonEKS-Type-Nodegroup-amiType

Nuru commented 3 months ago

@QuentinBtd Thank you for this PR. Unfortunately, it is not as simple as that.

See:

I am closing this PR. You may want to consider contributing to #180, or wait until we get around to adding this support (not currently scheduled).