Skip to content

Commit

Permalink
update bigquery_options to be O+C (#3035) (#5534)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jan 29, 2020
1 parent 7c77d78 commit e7ef6bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/3035.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
logging: updated `bigquery_options` so the default value from the api will be set in state.
```
3 changes: 0 additions & 3 deletions .changelog/3036.txt

This file was deleted.

1 change: 1 addition & 0 deletions google/resource_logging_sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func resourceLoggingSinkSchema() map[string]*schema.Schema {
"bigquery_options": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit e7ef6bb

Please sign in to comment.