Skip to content

Commit

Permalink
add TODO to bigquery module README
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed May 2, 2020
1 parent 0812046 commit 15d859d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The module interface is designed to allow setting default values for dataset acc

Access configuration supports specifying different [identity types](https://www.terraform.io/docs/providers/google/r/bigquery_dataset.html#access) via the `identity_type` attribute in access variables. The supported identity types are: `domain`, `group_by_email`, `special_group` (eg `projectOwners`), `user_by_email`.

## TODO

- [ ] add support for `google_bigquery_dataset_access`
- [ ] add support for `google_bigquery_table`
- [ ] change the access interface so it's similar to the IAM interface in other modules

## Example

```hcl
Expand Down

0 comments on commit 15d859d

Please sign in to comment.