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
287 stars 552 forks source link

feat: Instance refresh preferences #245

Closed magreenbaum closed 9 months ago

magreenbaum commented 9 months ago

Description

Add scale_in_protected_instances and standby_instances to aws_autoscaling_group instance_refresh.preferences. Add ignore_failed_scaling_activities.

Motivation and Context

Min provider version 5.16.2 based on https://github.com/hashicorp/terraform-provider-aws/pull/33382 Additional instance_refresh.preferences: https://github.com/hashicorp/terraform-provider-aws/pull/33310 ignore_failed_scaling_activities: https://github.com/hashicorp/terraform-provider-aws/pull/32914

Breaking Changes

No.

How Has This Been Tested?

antonbabenko commented 9 months ago

This PR is included in version 7.1.0 :tada:

github-actions[bot] commented 8 months ago

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.