Skip to content

Commit

Permalink
feat: document the ami type for x86 VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampouille committed May 31, 2024
1 parent d1374f8 commit 67f0906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "eks" {

node_groups = {
"${module.eks.cluster_name}-main" = {
ami_type = "AL2_ARM_64"
ami_type = "AL2_ARM_64" # Use 'AL2_x86_64' for x86 VMs like 'm5.large'
instance_types = ["m7g.xlarge"]
min_size = 3
max_size = 3
Expand Down

0 comments on commit 67f0906

Please sign in to comment.