Open tmccombs opened 2 years ago
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
I'm still interested in this
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Error Output
Expected Behavior
If
desired_capacity
isn't in the terraform config, and is outside the range of the capacity, terraform should wait until the number of instances is within the range, not until it is exactly the desired_capacity.Actual Behavior
when changing the capacity of the scale group, if there is a desired capacity in the state, even if it isn't set in the configuration, and is outside the range of the min and max size, terraform waits until the number of instances is exactly that desired capacity.
Steps to Reproduce
Important Factoids
If you do a plan after the failed apply, it says there are no changes.