Skip to content

Commit

Permalink
update bigquery_options to be O+C (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 authored Jan 29, 2020
1 parent e24d675 commit 7711aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/terraform/resources/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 7711aa0

Please sign in to comment.