provider/openstack: resource_openstack_fw_firewall_v1 'admin_state_up' should default to 'true'

This commit is contained in:
Gavin Williams 2016-11-03 12:13:54 +00:00
parent 6c801d0386
commit ea9cc43578
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func resourceFWFirewallV1() *schema.Resource {
"admin_state_up": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Computed: true,
Default: true,
},
"tenant_id": &schema.Schema{
Type: schema.TypeString,