Skip to content

Commit

Permalink
Fix role definition in bigquery_dataset_iam.html.markdown (GoogleClou…
Browse files Browse the repository at this point in the history
…dPlatform#4953)

The docs defined a role that throws errors, because it doesn't exist in GCP.

Co-authored-by: Tim Vermaercke <[email protected]>
  • Loading branch information
2 people authored and khajduczenia committed Oct 12, 2021
1 parent fbb2678 commit aba7385
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]",
Expand Down

0 comments on commit aba7385

Please sign in to comment.