Skip to content

Commit

Permalink
vpnaas_site_connection: Switch admin_state_up default to true (gopher…
Browse files Browse the repository at this point in the history
…cloud#799)

Signed-off-by: Sven Wegener <sven.wegener@inovex.de>
  • Loading branch information
swegener authored and ozerovandrei committed Jul 19, 2019
1 parent 14880b2 commit 3491779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/resource_openstack_vpnaas_site_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func resourceSiteConnectionV2() *schema.Resource {
"admin_state_up": {
Type: schema.TypeBool,
Optional: true,
Default: false,
Default: true,
},
"psk": {
Type: schema.TypeString,
Expand Down

0 comments on commit 3491779

Please sign in to comment.