GoogleCloudPlatform/healthcare

bigquery-json.googleapis.com is not a valid API in new terraform version

ashkon-mendel opened this issue · 1 comments

When running:

bazel run cmd/apply:apply -- --config_path=<config_file_path> --enable_terraform

I get the error:

Error: expected service to not match any of [dataproc-control.googleapis.com source.googleapis.com stackdriverprovisioning.googleapis.com bigquery-json.googleapis.com], got bigquery-json.googleapis.com

Please check this line in the terraform-provider-google Github repository for the reason why.

I fixed it locally by changing "bigquery-json.googleapis.com" to "bigquery.googleapis.com" here.

However, I only fixed this locally and I don't know if this problem extends beyond the deployment scripts.

Thanks for pointing this out @ashkon-mendel and sorry for the delay in getting back to you. We have fixed this: cb7c28c.