From aba738581551c6fbd1db0761d0a395042b6ededd Mon Sep 17 00:00:00 2001 From: megan07 Date: Thu, 8 Jul 2021 13:21:54 -0500 Subject: [PATCH] Fix role definition in bigquery_dataset_iam.html.markdown (#4953) The docs defined a role that throws errors, because it doesn't exist in GCP. Co-authored-by: Tim Vermaercke --- .../terraform/website/docs/r/bigquery_dataset_iam.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/third_party/terraform/website/docs/r/bigquery_dataset_iam.html.markdown b/mmv1/third_party/terraform/website/docs/r/bigquery_dataset_iam.html.markdown index 45d59f2e3add..8b4a263606f3 100644 --- a/mmv1/third_party/terraform/website/docs/r/bigquery_dataset_iam.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/bigquery_dataset_iam.html.markdown @@ -32,7 +32,7 @@ These resources are intended to convert the permissions system for BigQuery data ```hcl data "google_iam_policy" "owner" { binding { - role = "roles/dataOwner" + role = "roles/bigquery.dataOwner" members = [ "user:jane@example.com",