truemark / terraform-aws-eks

Standard TrueMark AWS EKS Terraform module
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Use arm64 by default #46

Closed erikrj closed 5 months ago

erikrj commented 6 months ago

If I'm an application developer and do not specify node selectors on a deployment, the default should be arm64. This should be configurable as an input variable in this module so I can optionally choose to set this to amd64 instead of arm64 as the default.