instance_types
are made into a Set, which breaks the ordering
#1152
Labels
instance_types
are made into a Set, which breaks the ordering
#1152
I'm unsure exactly how templates are picked and in what order in this module, but when specifying a list of instances they're converted into a Set, which alphabetises them and means that the order is broken. Eg, if passed an array:
It will be converted into a Set, which becomes:
This means that the spot instances that are spawning are preferring m4.xlarge rather than the z1d.large that I'd prefer.
The text was updated successfully, but these errors were encountered: