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",