Skip to content

Commit

Permalink
fix permadiff on expiration_ms for google_bigquery_table
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmedia committed Jan 25, 2021
1 parent 9918b5c commit 22e94cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ func resourceBigQueryTable() *schema.Resource {
"expiration_ms": {
Type: schema.TypeInt,
Optional: true,
Computed: true,
Description: `Number of milliseconds for which to keep the storage for a partition.`,
},

Expand Down

0 comments on commit 22e94cf

Please sign in to comment.