diff --git a/mmv1/third_party/tgc/tests/data/example_vpc_access_connector.json b/mmv1/third_party/tgc/tests/data/example_vpc_access_connector.json index febb8f3bc824..a45c1ff18d44 100644 --- a/mmv1/third_party/tgc/tests/data/example_vpc_access_connector.json +++ b/mmv1/third_party/tgc/tests/data/example_vpc_access_connector.json @@ -10,11 +10,11 @@ "parent": "//cloudresourcemanager.googleapis.com/projects/{{.Provider.project}}", "data": { "ipCidrRange": "10.8.0.0/28", - "maxThroughput": 300, - "minThroughput": 200, + "minInstances": 2, + "maxInstances": 3, "network": "default", "machineType": "e2-micro" } } } -] +] \ No newline at end of file