terraform-google-bigquery
terraform-google-bigquery copied to clipboard
This section doesn't work as written: Basic usage of this module is as follows:
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:
- https://github.com/terraform-google-modules/terraform-google-bigquery/blob/main/README.md?plain=1#L79
- 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