Skip to content

Commit a1352d1

Browse files
Add default from api to edition field (#8174) (#14961)
Signed-off-by: Modular Magician <[email protected]>
1 parent 8e4535e commit a1352d1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/8174.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
bigquery: fixed an issue where api default value for `edition` field of `google_bigquery_reservation` was not handled
3+
```

google/services/bigqueryreservation/resource_bigquery_reservation.go

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ unit of parallelism. Queries using this reservation might use more slots during
8888
},
8989
"edition": {
9090
Type: schema.TypeString,
91+
Computed: true,
9192
Optional: true,
9293
ForceNew: true,
9394
Description: `The edition type. Valid values are STANDARD, ENTERPRISE, ENTERPRISE_PLUS`,

0 commit comments

Comments
 (0)