Skip to content

Commit e5d884c

Browse files
Fix TestAccBigQueryDatasetAccess_authorizedRoutine and add note about usage (#7319) (#5237)
Signed-off-by: Modular Magician <[email protected]>
1 parent 57806af commit e5d884c

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

.changelog/7319.txt

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

google-beta/resource_bigquery_dataset_access_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ resource "google_bigquery_routine" "public" {
421421
422422
resource "google_bigquery_dataset" "private" {
423423
dataset_id = "%{private_dataset}"
424-
description = "This dataset is private"
425424
}
426425
427426
resource "google_bigquery_dataset_access" "authorized_routine" {

tools.go

Lines changed: 0 additions & 9 deletions
This file was deleted.

website/docs/r/bigquery_dataset_access.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ it is not possible to compile a full list of access blocks to include in a
2626
~> **Note:** If this resource is used alongside a `google_bigquery_dataset` resource, the
2727
dataset resource must either have no defined `access` blocks or a `lifecycle` block with
2828
`ignore_changes = [access]` so they don't fight over which accesses should be on the dataset.
29+
Additionally, both resource cannot be modified in the same apply.
2930

3031

3132
To get more information about DatasetAccess, see:

0 commit comments

Comments
 (0)