provider/google: documentation and validation fixes for forwarding rules

This commit is contained in:
Dana Hoffman 2017-04-25 13:03:36 -07:00
parent 94baf7e138
commit cfcbdb7b0f

View File

@ -89,6 +89,7 @@ func resourceComputeForwardingRule() *schema.Resource {
Elem: &schema.Schema{Type: schema.TypeString},
Optional: true,
Set: schema.HashString,
MaxItems: 5,
},
"project": &schema.Schema{