terraform-aws-modules / terraform-aws-autoscaling

Terraform module to create AWS Auto Scaling resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/autoscaling/aws
Apache License 2.0
289 stars 553 forks source link

warm_pool variable has the wrong type #201

Closed danielkza closed 1 year ago

danielkza commented 2 years ago

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?

antonbabenko commented 1 year ago

This issue has been resolved in version 6.5.2 :tada:

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.