I am trying to get regional mig with a shared vpc to work. Currently running into the issue from a service project, using the networking from a host project. I have a instance template properly defined and I am able to create a working instance from it - but when I use the template for a regional mig I get this error.
Instance 'instance-group-1-gj83' creation failed: Required 'compute.subnetworks.use' permission for 'projects/231220474974/regions/northamerica-northeast1/subnetworks/default' (when acting as '
94116...@cloudservices.gserviceaccount.com')
I am pretty sure this is an IAM issue but I am not sure how to go about fixing it. The service account
94116...@cloudservices.gserviceaccount.com is not a service account I see listed under IAM -> Service Accounts.