Skip to content

Commit

Permalink
Mark resource bigquery table time partitioning field as ForceNew
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Matellanes committed Mar 30, 2018
1 parent 8a46873 commit 192bf31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/resource_bigquery_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func resourceBigQueryTable() *schema.Resource {
"type": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{"DAY"}, false),
},

Expand Down

0 comments on commit 192bf31

Please sign in to comment.