provider/openstack: resource_openstack_fw_firewall_v1 'admin_state_up' should default to 'true'
This commit is contained in:
parent
6c801d0386
commit
ea9cc43578
|
@ -43,7 +43,7 @@ func resourceFWFirewallV1() *schema.Resource {
|
||||||
"admin_state_up": &schema.Schema{
|
"admin_state_up": &schema.Schema{
|
||||||
Type: schema.TypeBool,
|
Type: schema.TypeBool,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Computed: true,
|
Default: true,
|
||||||
},
|
},
|
||||||
"tenant_id": &schema.Schema{
|
"tenant_id": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
|
|
Loading…
Reference in New Issue