Add 'ForceNew: true' to additional_zones
This commit is contained in:
parent
17e8e94fb8
commit
69316a8726
|
@ -95,6 +95,7 @@ func resourceContainerCluster() *schema.Resource {
|
|||
"additional_zones": &schema.Schema{
|
||||
Type: schema.TypeList,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Elem: &schema.Schema{Type: schema.TypeString},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue