The source project of this merge request has been removed.
add capacity_type auto scaling
The actual implementation of EKS clusters uses ON-DEMAND instances by default, we need to be able to specify the capacity type (ON-DEMAND or SPOT ) while creating the clusters. The param capacity_type will make it possible :)