Skip to content

Commit

Permalink
fix google_bigquery_table encryption_configuration modifications (#5321)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: Martin Nowak <[email protected]>
  • Loading branch information
2 people authored and nat-henderson committed Jan 6, 2020
1 parent a8e4b03 commit 90324a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/resource_bigquery_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ func resourceBigQueryTable() *schema.Resource {
"encryption_configuration": {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 90324a0

Please sign in to comment.