terraform-aws-elastic-beanstalk-environment icon indicating copy to clipboard operation
terraform-aws-elastic-beanstalk-environment copied to clipboard

Add the posibility to add multiple instances type when using spot

Open gugaiz opened this issue 4 years ago • 1 comments

Describe the Feature

With beanstalk supporting spot instances now is possible to add an array of type of instances so beanstalk will choose which one to select based on the price.

Expected Behavior

instance_type should be type list(string)

gugaiz avatar Sep 03 '20 18:09 gugaiz

@

Describe the Feature

With beanstalk supporting spot instances now is possible to add an array of type of instances so beanstalk will choose which one to select based on the price.

Expected Behavior

instance_type should be type list(string)

Now it is string but you can use it like this

instance_type    = "t4g.medium, t4g.large, t4g.xlarge"

bober2000 avatar Oct 30 '22 21:10 bober2000