Skip to content

Commit

Permalink
TGC: Fix test failure example_vpc_access_connector (#11135)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored Jul 11, 2024
1 parent f8834bc commit 5bc78ca
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
]
]

0 comments on commit 5bc78ca

Please sign in to comment.