Skip to content

Commit

Permalink
clustering is no longer ForceNew (#3949)
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 authored Sep 3, 2020
1 parent 2537582 commit 1e5d324
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/terraform/resources/resource_bigquery_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ func resourceBigQueryTable() *schema.Resource {
"clustering": {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
MaxItems: 4,
Description: `Specifies column names to use for data clustering. Up to four top-level columns are allowed, and should be specified in descending priority order.`,
Elem: &schema.Schema{Type: schema.TypeString},
Expand Down

0 comments on commit 1e5d324

Please sign in to comment.