Skip to content

Commit c04c740

Browse files
wj-chenRooBarsic
authored andcommitted
Update max_staleness in google_bigquery_table to be a computed field (GoogleCloudPlatform#13167)
1 parent 4a3c7ba commit c04c740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mmv1/third_party/terraform/services/bigquery/resource_bigquery_table.go.tmpl

+1
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,7 @@ func ResourceBigQueryTable() *schema.Resource {
965965
"max_staleness": {
966966
Type: schema.TypeString,
967967
Optional: true,
968+
Computed: true,
968969
Description: `The maximum staleness of data that could be returned when the table (or stale MV) is queried. Staleness encoded as a string encoding of [SQL IntervalValue type](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#interval_type).`,
969970
},
970971

0 commit comments

Comments
 (0)