-
-
Notifications
You must be signed in to change notification settings - Fork 191
Add seconds_until_auto_pause in serverlessv2_scaling_configuration #266
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
base: main
Are you sure you want to change the base?
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.
/terratest
/terratest |
type = object({ | ||
min_capacity = number | ||
max_capacity = number | ||
seconds_until_auto_pause = optional(number,0) |
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.
type = object({ | ||
min_capacity = number | ||
max_capacity = number | ||
seconds_until_auto_pause = optional(number,0) |
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.
See comment above
seconds_until_auto_pause = optional(number,0) | |
seconds_until_auto_pause = optional(number, null) |
what
why
references