We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a8b04 commit 9ba0570Copy full SHA for 9ba0570
run/static_outbound/main.tf
@@ -53,6 +53,7 @@ resource "google_vpc_access_connector" "default" {
53
name = "cr-conn"
54
region = "us-central1"
55
min_instances = 2
56
+ max_instances = 3
57
58
subnet {
59
name = google_compute_subnetwork.default.name
run/vpc_access_connector/main.tf
@@ -37,6 +37,7 @@ resource "google_vpc_access_connector" "connector" {
37
network = google_compute_network.default.name
38
depends_on = [google_project_service.vpcaccess_api]
39
40
41
}
42
43
# Cloud Router
0 commit comments