terraform-aws-autoscaling icon indicating copy to clipboard operation
terraform-aws-autoscaling copied to clipboard

warm_pool variable has the wrong type

Open danielkza opened this issue 3 years ago β€’ 0 comments

Description

This is pretty trivial. warm_pool was changed to a map(string) in https://github.com/terraform-aws-modules/terraform-aws-autoscaling/commit/8e2e285b031faafe298de5d1d738e9743e607b3d but the values of the map are not strings. They can be numbers, or other maps.. This causes total failure of any attempt to use it.

How did this get past tests?

danielkza avatar Jul 22 '22 09:07 danielkza