Skip to content

Commit

Permalink
Merge pull request #41 from terraform-google-modules/bugfix/bq-api
Browse files Browse the repository at this point in the history
Rename bigquery-json.googleapis.com to bigquery.googleapis.com
  • Loading branch information
aaron-lane authored Dec 10, 2019
2 parents 32febc3 + bce499e commit c219626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bigquery/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ locals {
#----------------#
resource "google_project_service" "enable_destination_api" {
project = var.project_id
service = "bigquery-json.googleapis.com"
service = "bigquery.googleapis.com"
disable_on_destroy = false
}

Expand Down

0 comments on commit c219626

Please sign in to comment.