Skip to content

Commit

Permalink
fix permadiff on expiration_ms for google_bigquery_table (#4419) (#8298)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Jan 26, 2021
1 parent b2cbc29 commit 0b30cc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/4419.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
bigquery: fixed permadiff on expiration_ms for `google_bigquery_table`
```
1 change: 1 addition & 0 deletions google/resource_bigquery_table.go
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 0b30cc4

Please sign in to comment.