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_kms_key_ring_iam for conflicting #29

Closed wata727 closed 1 year ago

wata727 commented 3 years ago

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

Note: google_kms_key_ring_iam_policy cannot be used in conjunction with google_kms_key_ring_iam_binding and google_kms_key_ring_iam_member or they will fight over what your policy should be.

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