-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/aws: aws autoscale schedule 0 values #4693
Conversation
…cale Group Schedule resource
I opened stack72#1 to make these fields optional. It's a simple/naive fix... I don't see what the problem would be if the API allows this. Thoughts? What am I missing? |
provider/aws: Default Autoscaling Schedule min/max/desired to zero
@catsby I think this is fine with me. I just ran the tests and all passed so this can be merged IMO |
@catsby I have tested this and it all looks good now since your changes :) IMO I think putting 0 as the default is ok - we would need to put it in the release notes that it's not a backwards compatible change
I think we can merge this :) |
LGTM with test coverage. |
provider/aws: aws autoscale schedule 0 values
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. |
As per #4690
Added a test to prove that 0 values cannot be specified for the Autoscale Group Schedule resource for min_size, max_size or desirect_capacity even though they are valid values
This shouldn't really be merged until a fix is added for this