We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9d27b commit 5c8ac85Copy full SHA for 5c8ac85
examples/eks-managed-node-group/eks-al2023.tf
@@ -20,6 +20,7 @@ module "eks_al2023" {
20
example = {
21
# Starting on 1.30, AL2023 is the default AMI type for EKS managed node groups
22
instance_types = ["m6i.large"]
23
+ ami_type = "AL2023_x86_64_STANDARD"
24
25
min_size = 2
26
max_size = 5
0 commit comments