We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6702bcd commit b38d4daCopy full SHA for b38d4da
.changelog/4419.txt
@@ -0,0 +1,3 @@
1
+```release-note:bug
2
+bigquery: fixed permadiff on expiration_ms for `google_bigquery_table`
3
+```
google-beta/resource_bigquery_table.go
@@ -637,6 +637,7 @@ func resourceBigQueryTable() *schema.Resource {
637
"expiration_ms": {
638
Type: schema.TypeInt,
639
Optional: true,
640
+ Computed: true,
641
Description: `Number of milliseconds for which to keep the storage for a partition.`,
642
},
643
0 commit comments