Skip to content

Commit 93b7bfd

Browse files
Fix role definition in bigquery_dataset_iam.html.markdown (#4953) (#3413)
The docs defined a role that throws errors, because it doesn't exist in GCP. Co-authored-by: Tim Vermaercke <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Tim Vermaercke <[email protected]>
1 parent a9667f5 commit 93b7bfd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changelog/4953.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/r/bigquery_dataset_iam.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These resources are intended to convert the permissions system for BigQuery data
3232
```hcl
3333
data "google_iam_policy" "owner" {
3434
binding {
35-
role = "roles/dataOwner"
35+
role = "roles/bigquery.dataOwner"
3636
3737
members = [
3838

0 commit comments

Comments
 (0)