terraform-docker-swarm-aws icon indicating copy to clipboard operation
terraform-docker-swarm-aws copied to clipboard

Add capability to define a second set of workers with a different machine type

Open trajano opened this issue 2 years ago • 0 comments

The idea of it is to have a mix of ARM and x86 based workers to do the work. Since ARM machines cost less.

The general idea would be to deprecate workers and worker_instance_type to end up being

worker_instance_types = [ 't3a.medium', 't4g.medium', 't3a.large' ]

trajano avatar Feb 22 '23 16:02 trajano