Skip to content

Commit 69316a8

Browse files
committed
Add 'ForceNew: true' to additional_zones
1 parent 17e8e94 commit 69316a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

builtin/providers/google/resource_container_cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ func resourceContainerCluster() *schema.Resource {
9595
"additional_zones": &schema.Schema{
9696
Type: schema.TypeList,
9797
Optional: true,
98+
ForceNew: true,
9899
Elem: &schema.Schema{Type: schema.TypeString},
99100
},
100101

0 commit comments

Comments
 (0)