Added min_instances, max_instances, min_throughput and max_throughtpu… (#2706)

* Added min_instances, max_instances, min_throughput and max_throughtput to connector configuration

* refactor interface, also implement in v1 module

* fix blueprint

---------

Co-authored-by: Ludo <ludomagno@google.com>
This commit is contained in:
apichick
2024-11-21 09:05:12 +01:00
committed by GitHub
parent 904cf5a1c3
commit 587edfd8d5
7 changed files with 55 additions and 14 deletions

View File

@@ -172,6 +172,7 @@ module "cf-healthchecker" {
vpc_connector_config = {
ip_cidr_range = "10.132.0.0/28"
network = "vpc"
instances = {}
}
iam = {
"roles/cloudfunctions.invoker" = [module.service-account-scheduler.iam_email]