Skip to content

Commit

Permalink
clustering is no longer ForceNew (#3949) (#2459)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 3, 2020
1 parent 02c04b5 commit e58bab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/3949.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
bigquery: fixed bug where updating `clustering` would force a new resource rather than update.
```
1 change: 0 additions & 1 deletion google-beta/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 e58bab1

Please sign in to comment.