From 15d859d370b610ad4d563b0ec7bcbcf2709fe5ad Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Sat, 2 May 2020 10:25:41 +0200 Subject: [PATCH] add TODO to bigquery module README --- modules/bigquery/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/bigquery/README.md b/modules/bigquery/README.md index b894f1ae0f..0798a1b277 100644 --- a/modules/bigquery/README.md +++ b/modules/bigquery/README.md @@ -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