You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started using Project Factory version v6 which in turn downloaded a new Google provider for Terraform. Since then, any references to "bigquery-json.googleapis.com" fails as it expects just "bigquery.googleapis.com"
I believe this is the cause of the following error when attempting to use terraform-google-log-export
Are we able to get a new version that supports "bigquery.googleapis.com"
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
on .terraform/modules/security.log_export_bigquery_sink_dest/terraform-google-modules-terraform-google-log-export-ae0dd08/modules/bigquery/main.tf line 32, in resource "google_project_service" "enable_destination_api":
32: resource "google_project_service" "enable_destination_api" {
Regards,
Doug.
The text was updated successfully, but these errors were encountered:
Started using Project Factory version v6 which in turn downloaded a new Google provider for Terraform. Since then, any references to "bigquery-json.googleapis.com" fails as it expects just "bigquery.googleapis.com"
I believe this is the cause of the following error when attempting to use terraform-google-log-export
Are we able to get a new version that supports "bigquery.googleapis.com"
Regards,
Doug.
The text was updated successfully, but these errors were encountered: