Remove Firewall Service Account Limit (#2656)

This commit is contained in:
The Magician 2018-12-14 10:43:03 -08:00 committed by Nathan McKinley
parent 2bbb07767b
commit e89d1bffc8

View File

@ -137,7 +137,6 @@ func resourceComputeFirewall() *schema.Resource {
"source_service_accounts": {
Type: schema.TypeSet,
Optional: true,
MaxItems: 1,
Elem: &schema.Schema{
Type: schema.TypeString,
},
@ -156,7 +155,6 @@ func resourceComputeFirewall() *schema.Resource {
"target_service_accounts": {
Type: schema.TypeSet,
Optional: true,
MaxItems: 1,
Elem: &schema.Schema{
Type: schema.TypeString,
},