Skip to content

Commit ac7566d

Browse files
committed
Removing optional param that's throwing errors
1 parent d4c9d2f commit ac7566d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run/vpc_access_connector/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ resource "google_vpc_access_connector" "connector" {
3737
provider = google-beta
3838
region = "us-west1"
3939
ip_cidr_range = "10.8.0.0/28"
40-
max_throughput = 300
4140
network = google_compute_network.default.name
4241
depends_on = [google_project_service.vpcaccess_api]
4342
}

0 commit comments

Comments
 (0)