-
-
Notifications
You must be signed in to change notification settings - Fork 577
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
feat: Support serverlessv2_scaling_configuration.seconds_until_auto_pause
#477
feat: Support serverlessv2_scaling_configuration.seconds_until_auto_pause
#477
Conversation
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.
thank you!
## [9.11.0](v9.10.0...v9.11.0) (2024-12-19) ### Features * Support `serverlessv2_scaling_configuration.seconds_until_auto_pause` ([#477](#477)) ([08dced9](08dced9))
This PR is included in version 9.11.0 🎉 |
max_capacity = 10 | ||
min_capacity = 0 | ||
max_capacity = 10 | ||
seconds_until_auto_pause = 3600 |
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.
i know this is merge but any reason it was set for 1 hour?
console defaults to 5 mins
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.
This is just an example. Real values should be decided by users individually.
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.
yes I understand. I'm using this already, thanks.
I was just reffering what was the default in the console when adding this setting ;)
Description
Support
serverlessv2_scaling_configuration.seconds_until_auto_pause
.Motivation and Context
hashicorp/terraform-provider-aws#40441
Breaking Changes
No.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request