provider/google: Make ports in resource_compute_forwarding_rule ForceNew (#13833)

This commit is contained in:
Dana Hoffman 2017-04-21 10:47:02 -07:00 committed by Paul Stack
parent f4a37ed19a
commit 4f00fa6474
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ func resourceComputeForwardingRule() *schema.Resource {
Type: schema.TypeSet,
Elem: &schema.Schema{Type: schema.TypeString},
Optional: true,
ForceNew: true,
Set: schema.HashString,
},