Skip to content

Commit

Permalink
provider/openstack: resource_openstack_fw_firewall_v1 'admin_state_up…
Browse files Browse the repository at this point in the history
…' should default to 'true'
  • Loading branch information
fatmcgav authored and Gustavo Mateus committed Dec 6, 2016
1 parent 85db1c2 commit fb0c160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fb0c160

Please sign in to comment.