-
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
Use ResourceIamPolicy for google_project_iam_policy #777
Use ResourceIamPolicy for google_project_iam_policy #777
Comments
This is no longer breaking and no longer necessarily has to happen in |
I think GoogleCloudPlatform/magic-modules#605 means this is done, right @rileykarson? |
Nope - it wouldn't be a breaking change anymore, but we aren't using ResourceIamPolicy yet. |
Can we still use ResourceIamPolicy if we're not using |
Not yet - we would need to modify it to conditionally use |
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! |
Once the deprecated
authoritative
boolean field is removed from thegoogle_project_iam_policy
resource. Reuse the commonResourceIamPolicy
.The text was updated successfully, but these errors were encountered: