mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user