-
Notifications
You must be signed in to change notification settings - Fork 47
feat: add min_instances parameter. #111
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: add min_instances parameter. #111
Conversation
…nction instances that may coexist at a given time.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@bharathkkb can you review? This PR adds the |
/gcbrun |
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.
Thanks for the PR and sorry for the delay @savioteles
@@ -85,6 +85,7 @@ module "main" { | |||
service_account_email = var.function_service_account_email | |||
timeout_s = var.function_timeout_s | |||
max_instances = var.function_max_instances | |||
min_instances = var.function_min_instances |
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.
We will need to add support for this in the event-function module first
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This PR adds the min_instances parameter. The limit on the minimum number of fnction instances that may coexist at a given time.
Reference
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloudfunctions_function#min_instances