-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Make binding optional for iam_policy data source #2359
Make binding optional for iam_policy data source #2359
Conversation
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not totally sure this change is necessary to solve the issue in question (vs just saying bindings = []). Can you confirm?
Also, can you add a comment in the schema about why this is optional, as well as a link in your PR description to the issue it fixes?
👍 Will do. We can't specify
|
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
LGTM, but out of curiousity, does (singular) |
ed82274
to
15dfcc2
Compare
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
69c403d
to
0b34dcb
Compare
This will allow a user to specify an IAM policy with no bindings. This can be useful if the user wants to ensure an IAM policy hasn't been manually created
fixes: hashicorp/terraform-provider-google#4500
Release Note for Downstream PRs (will be copied)