Skip to content

Commit 9ba0570

Browse files
committed
set both min and max instances
1 parent f7a8b04 commit 9ba0570

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

run/static_outbound/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ resource "google_vpc_access_connector" "default" {
5353
name = "cr-conn"
5454
region = "us-central1"
5555
min_instances = 2
56+
max_instances = 3
5657

5758
subnet {
5859
name = google_compute_subnetwork.default.name

run/vpc_access_connector/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ resource "google_vpc_access_connector" "connector" {
3737
network = google_compute_network.default.name
3838
depends_on = [google_project_service.vpcaccess_api]
3939
min_instances = 2
40+
max_instances = 3
4041
}
4142

4243
# Cloud Router

0 commit comments

Comments
 (0)