Fixing TestAccFWFirewallV1
This commit is contained in:
parent
4811112a6a
commit
a6b9a63231
|
@ -46,6 +46,7 @@ func resourceFWFirewallV1() *schema.Resource {
|
|||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -47,6 +47,7 @@ func resourceFWPolicyV1() *schema.Resource {
|
|||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
},
|
||||
"rules": &schema.Schema{
|
||||
Type: schema.TypeSet,
|
||||
|
|
Loading…
Reference in New Issue