Skip to content

Commit

Permalink
fix: data_warehouse add bigquery data policy api (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffonelson committed Sep 20, 2023
1 parent 70962af commit f2aa4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/data_warehouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ A project with the following APIs enabled must be used to host the
resources of this module:

- BigQuery API: `bigquery.googleapis.com`
- BigQuery Data Policy API: `bigquerydatapolicy.googleapis.com`
- BigQuery Migration API: `bigquerymigration.googleapis.com`
- BigQuery Storage API: `bigquerystorage.googleapis.com`
- BigQuery Connection API: `bigqueryconnection.googleapis.com`
Expand Down
1 change: 1 addition & 0 deletions modules/data_warehouse/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module "project-services" {
"bigquery.googleapis.com",
"bigqueryconnection.googleapis.com",
"bigquerydatatransfer.googleapis.com",
"bigquerydatapolicy.googleapis.com",
"bigquerymigration.googleapis.com",
"bigqueryreservation.googleapis.com",
"bigquerystorage.googleapis.com",
Expand Down

0 comments on commit f2aa4f3

Please sign in to comment.