You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the google provider refresh does not collect cloud networks / subnets from Shared VPCs (https://cloud.google.com/vpc/docs/shared-vpc) because these come from other projects.
Currently the google provider refresh does not collect cloud networks / subnets from Shared VPCs (https://cloud.google.com/vpc/docs/shared-vpc) because these come from other projects.
We have to first query for the shared VPC host project (if it exists) with https://cloud.google.com/compute/docs/reference/rest/v1/projects/getXpnHost
Then we can list the networks / subnets on that project that are shared.
NOTE
fog-google
doesn't support these APIs so we will have to use https://github.com/googleapis/google-api-ruby-clientThe text was updated successfully, but these errors were encountered: