-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a google_organization_iam_policy resource #1128
Comments
The In the meantime, you can accomplish what you want via either the /cc @rosbo |
thanks @danawillow -- I do think thats what I want. Essentially my thinking is that "org level" iam config should be overwritten by terraform so as to "reset" any customization of such config outside of terraform -- that is, if it isnt configured in terraform, it didnt happen :) No doubt, it would be a dangerous thing to use, however |
I also want to let you know that we don't have any way to acceptance test this resource - we can't create organizations programmatically and our test org is administered by hand, so running this in a real live test is guaranteed to cause damage. Import is the only thing we can test without destructive effect, and that does work correctly. |
Signed-off-by: Modular Magician <[email protected]>
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Hi,
I need the ability add multiple roles to a group at the organization level.
Actual
Expected
I can do this at a project level like so:
(from https://www.terraform.io/docs/providers/google/r/google_project_iam_policy.html)
and so would like the same at the organization level.
Am I missing it somewhere? Thanks in advance!
The text was updated successfully, but these errors were encountered: