Skip to content

Commit 5c8ac85

Browse files
docs: Set ami_type for AL2023 in the example (#3337)
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
1 parent 0b9d27b commit 5c8ac85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/eks-managed-node-group/eks-al2023.tf

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module "eks_al2023" {
2020
example = {
2121
# Starting on 1.30, AL2023 is the default AMI type for EKS managed node groups
2222
instance_types = ["m6i.large"]
23+
ami_type = "AL2023_x86_64_STANDARD"
2324

2425
min_size = 2
2526
max_size = 5

0 commit comments

Comments
 (0)