terraform-google-bigquery icon indicating copy to clipboard operation
terraform-google-bigquery copied to clipboard

This section doesn't work as written: Basic usage of this module is as follows:

Open thomas-hahn-kr opened this issue 4 months ago • 0 comments

TL;DR

In the README.md Basic Usage section, the terraform won't init as written in 12.12.2. Specifically: Two lines have unnecessary commas:

  1. https://github.com/terraform-google-modules/terraform-google-bigquery/blob/main/README.md?plain=1#L79
  2. https://github.com/terraform-google-modules/terraform-google-bigquery/blob/main/README.md?plain=1#L93

Expected behavior

Expected the code to pass terraform init

Observed behavior

For line 79: │ Error: Unexpected comma after argument For line 93: │ Error: Unterminated template string

Terraform Configuration

I am using the example from the README.md found here: https://github.com/terraform-google-modules/terraform-google-bigquery/blob/main/README.md#usage

Terraform Version

1.12.2

Terraform Provider Versions

6.39.0

Additional information

Thank you

thomas-hahn-kr avatar Jun 11 '25 13:06 thomas-hahn-kr