provider/google: Make ports in resource_compute_forwarding_rule ForceNew (#13833)
This commit is contained in:
parent
f4a37ed19a
commit
4f00fa6474
|
@ -88,6 +88,7 @@ func resourceComputeForwardingRule() *schema.Resource {
|
|||
Type: schema.TypeSet,
|
||||
Elem: &schema.Schema{Type: schema.TypeString},
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Set: schema.HashString,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue