-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
add max_healthy_percentage - option used during instance refresh #149
base: main
Are you sure you want to change the base?
add max_healthy_percentage - option used during instance refresh #149
Conversation
Could this be approved please. |
These long waits for PRs and the long waits between releases are reasons why we are moving away from using cloudposse modules. |
/terratest |
OpenTofu and Terraform tests are failing with a launch template error. This could be due to numerous reasons, but my assumption is that the AMI does not exist anymore as the previous change was over a year ago. This commit aims to update the AMI to Ubuntu 22.04 in hopes of fixing the failing tests
/terratest |
… a launch template error. This could be due to numerous reasons, but my assumption is that the AMI does not exist anymore as the previous change was over a year ago. This commit aims to update the AMI to Ubuntu 22.04 in hopes of fixing the failing tests
I apologize for the delay on this. Currently, the tests are failing from an error that is unrelated to your PR, but I am trying to resolve it so that we can get this merged! |
/terratest |
@goruha After the test account migration, are there any SCPs in place that might affect these tests? |
what
This is adding the
max_healthy_percentage
option.This allows the instance refresh to set this value.
min_healthy_percentage
is already set as an option.why
The option is currently missing from the terraform module.
references
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group#max_healthy_percentage