From 90324a055f546303364f068b4366d1885b319054 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 6 Jan 2020 12:43:15 -0800 Subject: [PATCH] fix google_bigquery_table encryption_configuration modifications (#5321) Signed-off-by: Modular Magician Co-authored-by: Martin Nowak --- google/resource_bigquery_table.go | 1 + 1 file changed, 1 insertion(+) diff --git a/google/resource_bigquery_table.go b/google/resource_bigquery_table.go index e47ad65fb0c..4e19802e09e 100644 --- a/google/resource_bigquery_table.go +++ b/google/resource_bigquery_table.go @@ -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{