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.
2 parents e64cf3b + 9cc1d93 commit 49c9a25Copy full SHA for 49c9a25
providers/gce/support.go
@@ -34,7 +34,7 @@ type gceProjectRouter struct {
34
// ProjectID returns the project ID to be used for the given operation.
35
func (r *gceProjectRouter) ProjectID(ctx context.Context, version meta.Version, service string) string {
36
switch service {
37
- case "Firewalls", "Routes":
+ case "Firewalls", "Routes", "Subnetworks":
38
return r.gce.NetworkProjectID()
39
default:
40
return r.gce.projectID
0 commit comments