Merge pull request #9832 from fatmcgav/openstack_fw_firewall_v1_admin_state_up_default

provider/openstack: resource_openstack_fw_firewall_v1 'admin_state_up' should default to 'true'
This commit is contained in:
Joe Topjian 2016-11-03 19:35:10 -06:00 committed by GitHub
commit 41adcb8388
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,