terraform-linters / tflint-ruleset-google

TFLint ruleset for terraform-provider-google
Mozilla Public License 2.0
70 stars 19 forks source link

[proposal] Warn google_organization_iam for conflicting #33

Closed wata727 closed 1 year ago

wata727 commented 4 years ago

See https://www.terraform.io/docs/providers/google/r/google_organization_iam.html

Note: google_organization_iam_policy cannot be used in conjunction with google_organization_iam_binding, google_organization_iam_member, or google_organization_iam_audit_config or they will fight over what your policy should be.

Note: google_organization_iam_binding resources can be used in conjunction with google_organization_iam_member resources only if they do not grant privilege to the same role.

PatMyron commented 1 year ago

tracking in https://github.com/terraform-linters/tflint-ruleset-google/issues/22