-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r/aws_autoscaling_group: Add ignore_failed_scaling_activities
argument
#32914
r/aws_autoscaling_group: Add ignore_failed_scaling_activities
argument
#32914
Conversation
Community NoteVoting for Prioritization
For Submitters
|
…eArchitecture_IgnoreFailedScalingActivities'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
$ make testacc TESTARGS='-run=TestAccAutoScalingGroup_basic\|TestAccAutoScalingGroup_withScalingActivityErrorIncorrectInstanceArchitecture\|TestAccAutoScalingGroup_withScalingActivityErrorPlacementGroupNotSupportedOnInstanceType\|TestAccAutoScalingGroup_withLoadBalancer\|TestAccAutoScalingGroup_simple' PKG=autoscaling
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/autoscaling/... -v -count 1 -parallel 20 -run=TestAccAutoScalingGroup_basic\|TestAccAutoScalingGroup_withScalingActivityErrorIncorrectInstanceArchitecture\|TestAccAutoScalingGroup_withScalingActivityErrorPlacementGroupNotSupportedOnInstanceType\|TestAccAutoScalingGroup_withLoadBalancer\|TestAccAutoScalingGroup_simple -timeout 180m
--- PASS: TestAccAutoScalingGroup_withScalingActivityErrorPlacementGroupNotSupportedOnInstanceType (28.06s)
--- PASS: TestAccAutoScalingGroup_withScalingActivityErrorIncorrectInstanceArchitecture (28.68s)
--- PASS: TestAccAutoScalingGroup_basic (52.69s)
--- PASS: TestAccAutoScalingGroup_withScalingActivityErrorIncorrectInstanceArchitecture_IgnoreFailedScalingActivities (152.43s)
--- PASS: TestAccAutoScalingGroup_simple (186.61s)
--- PASS: TestAccAutoScalingGroup_withLoadBalancer (203.88s)
--- PASS: TestAccAutoScalingGroup_withScalingActivityErrorIncorrectInstanceArchitecture_Recovers (246.52s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/autoscaling 249.603s
This functionality has been released in v5.12.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
@ewbankkit - thanks for this! I can't find this new parameter in the documentation? https://registry.terraform.io/modules/terraform-aws-modules/autoscaling/aws/latest?tab=inputs |
Hi @DarwinJS - the parameter is documented here: The link you shared is to a module, which is not managed in this repository. I'd suggest opening an issue there to add support for this new parameter: |
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. |
Description
Adds the
ignore_failed_scaling_activities
argument to ignore any failed Auto Scaling scaling activities when waiting for capacity.Relations
Closes #29753.
Output from Acceptance Testing