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
{{ message }}
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.
I am trying to simply create the 2 required user groups for Google's Cloud Foundation Toolkit bootstrap module. Therefore I am using my own organization-admin credentials (So I logged in with gcloud auth login and afterwards running gcloud auth application-default login). When I try to run the following simple code:
Error: [ERROR] Error creating group: googleapi: Error 403: Request had insufficient authentication scopes.
More details:
Reason: insufficientPermissions, Message: Insufficient Permission
on main.tf line 16, in resource "gsuite_group""organization_admins":
16: resource "gsuite_group""organization_admins" {
Error: [ERROR] Error creating group: googleapi: Error 403: Request had insufficient authentication scopes.
More details:
Reason: insufficientPermissions, Message: Insufficient Permission
on main.tf line 22, in resource "gsuite_group""billing_admins":
22: resource "gsuite_group""billing_admins" {
I did not try to run as a service-account since this is a chicken-egg problem. I want to setup the initial seed-project automatically and therefore I do not have a project where I could create a service account... Any hint what I am doing wrong or If my personal user needs something else apart from being "Organization Admin"?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am trying to simply create the 2 required user groups for Google's Cloud Foundation Toolkit bootstrap module. Therefore I am using my own organization-admin credentials (So I logged in with
gcloud auth login
and afterwards runninggcloud auth application-default login
). When I try to run the following simple code:I get the error:
I did not try to run as a service-account since this is a chicken-egg problem. I want to setup the initial seed-project automatically and therefore I do not have a project where I could create a service account... Any hint what I am doing wrong or If my personal user needs something else apart from being "Organization Admin"?
The text was updated successfully, but these errors were encountered: