mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
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
Block a user