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

Support for default_instance_warmup input variable to autoscaling_group #212

Closed zwick closed 1 year ago

zwick commented 1 year ago

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

Is your request related to a problem? Please describe.

I would like the ability to set the instance warmup time for all instances created in an autoscaling group

Describe the solution you'd like.

Set the warmup time as an input parameter when creating the Terraform module

Describe alternatives you've considered.

We can manually modify this value using the AWS CLI

Additional context

This feature was added to the AWS provider as an optional input for autoscaling_group

antonbabenko commented 1 year ago

This issue has been resolved in version 6.7.0 :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.