Fixing TestAccFWFirewallV1

This commit is contained in:
Joe Topjian 2015-05-10 04:38:36 +00:00
parent 4811112a6a
commit a6b9a63231
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ func resourceFWFirewallV1() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},
},
}

View File

@ -47,6 +47,7 @@ func resourceFWPolicyV1() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},
"rules": &schema.Schema{
Type: schema.TypeSet,