terraform-linters / tflint-ruleset-google

TFLint ruleset for terraform-provider-google
Mozilla Public License 2.0
69 stars 20 forks source link

[proposal] Warn google_folder_iam for conflicting #32

Closed wata727 closed 1 year ago

wata727 commented 3 years ago

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

Note: google_folder_iam_policy cannot be used in conjunction with google_folder_iam_binding, google_folder_iam_member, or google_folder_iam_audit_config or they will fight over what your policy should be.

Note: google_folder_iam_binding resources can be used in conjunction with google_folder_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