diff --git a/build/terraform b/build/terraform index 40daf07ccc37..ed1e9787d3c2 160000 --- a/build/terraform +++ b/build/terraform @@ -1 +1 @@ -Subproject commit 40daf07ccc37d61ad6db42e58296a56ccdfbb148 +Subproject commit ed1e9787d3c2f30ac3e74beac55e80231a602672 diff --git a/build/terraform-beta b/build/terraform-beta index af041468cd74..c64f0c347d95 160000 --- a/build/terraform-beta +++ b/build/terraform-beta @@ -1 +1 @@ -Subproject commit af041468cd74f7bb201fceaa3b5aa0af854e8298 +Subproject commit c64f0c347d95fc67a10c14dfc97c865f3533e341 diff --git a/third_party/terraform/resources/resource_bigquery_table.go.erb b/third_party/terraform/resources/resource_bigquery_table.go.erb index 534a70c001b1..50a388e47d02 100644 --- a/third_party/terraform/resources/resource_bigquery_table.go.erb +++ b/third_party/terraform/resources/resource_bigquery_table.go.erb @@ -85,7 +85,7 @@ func resourceBigQueryTable() *schema.Resource { Type: schema.TypeString, Required: true, ValidateFunc: validation.StringInSlice([]string{ - "CSV", "GOOGLE_SHEETS", "NEWLINE_DELIMITED_JSON", "AVRO", "DATSTORE_BACKUP", + "CSV", "GOOGLE_SHEETS", "NEWLINE_DELIMITED_JSON", "AVRO", "DATSTORE_BACKUP", "PARQUET", }, false), }, // SourceURIs [Required] The fully-qualified URIs that point to your data in Google Cloud.