Skip to content

Commit a2351bd

Browse files
committed
feat: document the ami type for x86 VMs
1 parent d1374f8 commit a2351bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/eks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module "eks" {
3939

4040
node_groups = {
4141
"${module.eks.cluster_name}-main" = {
42-
ami_type = "AL2_ARM_64"
42+
ami_type = "AL2_ARM_64" # Use 'AL2_x86_64' for x86 VMs like 'm5.large'
4343
instance_types = ["m7g.xlarge"]
4444
min_size = 3
4545
max_size = 3

0 commit comments

Comments
 (0)