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 and danawillow committed Jan 29, 2020
1 parent f497193 commit c350de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 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.
```
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 c350de8

Please sign in to comment.