Skip to content

Commit 41adcb8

Browse files
authored
Merge pull request hashicorp#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'
2 parents 6244463 + ea9cc43 commit 41adcb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/providers/openstack/resource_openstack_fw_firewall_v1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func resourceFWFirewallV1() *schema.Resource {
4343
"admin_state_up": &schema.Schema{
4444
Type: schema.TypeBool,
4545
Optional: true,
46-
Computed: true,
46+
Default: true,
4747
},
4848
"tenant_id": &schema.Schema{
4949
Type: schema.TypeString,

0 commit comments

Comments
 (0)