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
I have a Service Account with both roles/compute.xpnAdmin and roles/resourcemanager.projectIamAdmin at folder level in an organization as defined here. I am using this module and the submodule fabric-net-svpc-access to attach service projects to the host project. However, I am getting a permissions error:
Error: googleapi: Error 403: Required 'compute.organizations.enableXpnResource' permission for 'projects/host-project-id'
It seems to be because I am using this module at a folder level and not an org level which is a non-issue for the gcloud beta cli tool:
Am I doing something wrong on the TF side? This wasn't happening a few months ago and from what I can tell the only difference made on our end was migrating from v0.12.6 to v0.13.5.
The text was updated successfully, but these errors were encountered:
I have a Service Account with both
roles/compute.xpnAdmin
androles/resourcemanager.projectIamAdmin
at folder level in an organization as defined here. I am using this module and the submodulefabric-net-svpc-access
to attach service projects to the host project. However, I am getting a permissions error:It seems to be because I am using this module at a folder level and not an org level which is a non-issue for the gcloud beta cli tool:
Am I doing something wrong on the TF side? This wasn't happening a few months ago and from what I can tell the only difference made on our end was migrating from
v0.12.6
tov0.13.5
.The text was updated successfully, but these errors were encountered: