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_bigquery_dataset_access without ignore_changes #16

Closed wata727 closed 1 year ago

wata727 commented 4 years ago

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

Note: If this resource is used alongside a google_bigquery_dataset resource, the dataset resource must either have no defined access blocks or a lifecycle block with ignore_changes = [access] so they don't fight over which accesses should be on the dataset.

PatMyron commented 1 year ago

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