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_cloudfunctions_function_iam for conflicting #27

Closed wata727 closed 1 year ago

wata727 commented 4 years ago

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

Note: google_cloudfunctions_function_iam_policy cannot be used in conjunction with google_cloudfunctions_function_iam_binding and google_cloudfunctions_function_iam_member or they will fight over what your policy should be.

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