Skip to content

Commit

Permalink
docs: Set ami_type for AL2023 in the example (#3337)
Browse files Browse the repository at this point in the history
set ami_type for AL2023

Set AMI type explicitly   into user data type to be able to use cloudinit_pre_nodeadm 

https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/modules/_user_data/main.tf#L33
  • Loading branch information
ismail yenigul authored and GitHub committed Apr 11, 2025
1 parent 0b9d27b commit 5c8ac85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/eks-managed-node-group/eks-al2023.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module "eks_al2023" {
example = {
# Starting on 1.30, AL2023 is the default AMI type for EKS managed node groups
instance_types = ["m6i.large"]
ami_type = "AL2023_x86_64_STANDARD"

min_size = 2
max_size = 5
Expand Down

0 comments on commit 5c8ac85

Please sign in to comment.