terraform-google-bigquery icon indicating copy to clipboard operation
terraform-google-bigquery copied to clipboard

Update google CFT module "terraform-google-bigquery"

Open anik147 opened this issue 1 year ago • 4 comments

TL;DR

Latest google provider version "v5.42.0" made resource type "google_bigquery_dataset_iam_member" non-authoritative which fixes the conflict with "google_bigquery_dataset_access" resource type. When adding member for same IAM role using "google_bigquery_dataset_iam_member" and "google_bigquery_dataset_access" resource type used to remove authorize views added in the dataset. Can you please help us bring this changes to google CFT module "terraform-google-bigquery" so we don't face the above issue when adding IAM role using CFT module input block "access" and "google_bigquery_dataset_iam_member" resource type.

Terraform Resources

https://registry.terraform.io/modules/terraform-google-modules/bigquery/google/latest

Detailed design

No response

Additional information

No response

anik147 avatar Sep 06 '24 13:09 anik147