Facing issues while running the initial stage of bootstrap #3352
-
|
Hey @ludoo @juliocc I am facing issues while running the initial terraform apply -var bootstrap_user=$(gcloud config list --format 'value(core.account)') . I have all the necessary permission but still i am not able to run the CFF. Error: Error applying IAM policy for organization "1005726241605": Error setting IAM policy for organization "1005726241605": googleapi: Error 403: The caller does not have permission, forbidden I have completed all the pre requisite and assigned all the necessary permission to my bootstrap user still I am not able run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
This is a permission issue. Please confirm you have the Organization Admin role |
Beta Was this translation helpful? Give feedback.

you have a permissions issue. Ensure you run bootstrap as explained in the docs using the permissions detailed there. The error you're getting is saying that the identity running terraform does not have the Organization Admin role.