Skip to content

Commit

Permalink
chore: change bq-json api to bq (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Mar 25, 2020
1 parent 20da2e0 commit 81e98c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/bq-exfil-demo/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ variable "enabled_apis" {
"iap.googleapis.com",
"oslogin.googleapis.com",
"compute.googleapis.com",
"bigquery-json.googleapis.com",
"bigquery.googleapis.com",
"storage-api.googleapis.com",
]
}
6 changes: 3 additions & 3 deletions test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module "project-vpc-service-controls" {
"storage-api.googleapis.com",
"serviceusage.googleapis.com",
"accesscontextmanager.googleapis.com",
"bigquery-json.googleapis.com",
"bigquery.googleapis.com",
"bigquerystorage.googleapis.com",
"compute.googleapis.com"
]
Expand All @@ -51,7 +51,7 @@ module "project-vpc-service-controls-policy-0" {
billing_account = var.billing_account

activate_apis = [
"bigquery-json.googleapis.com",
"bigquery.googleapis.com",
"bigquerystorage.googleapis.com"
]
}
Expand All @@ -67,7 +67,7 @@ module "project-vpc-service-controls-policy-1" {
billing_account = var.billing_account

activate_apis = [
"bigquery-json.googleapis.com",
"bigquery.googleapis.com",
"bigquerystorage.googleapis.com"
]
}

0 comments on commit 81e98c6

Please sign in to comment.