Skip to content

Commit

Permalink
Make fortios_vpnipsec_phase1interface net_device optional #101
Browse files Browse the repository at this point in the history
frankshen01 committed Oct 21, 2020
1 parent 9d8546d commit 7be4764
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fortios/resource_vpnipsec_phase1interface.go
Original file line number Diff line number Diff line change
@@ -184,7 +184,8 @@ func resourceVpnIpsecPhase1Interface() *schema.Resource {
},
"net_device": &schema.Schema{
Type: schema.TypeString,
Required: true,
Optional: true,
Computed: true,
},
"tunnel_search": &schema.Schema{
Type: schema.TypeString,
Original file line number Diff line number Diff line change
@@ -144,7 +144,7 @@ The following arguments are supported:
* `monitor_hold_down_delay` - Time to wait in seconds before recovery once primary re-establishes.
* `monitor_hold_down_weekday` - Day of the week to recover once primary re-establishes.
* `monitor_hold_down_time` - Time of day at which to fail back to primary after it re-establishes.
* `net_device` - (Required) Enable/disable kernel device creation.
* `net_device` - Enable/disable kernel device creation.
* `tunnel_search` - Tunnel search method for when the interface is shared.
* `passive_mode` - Enable/disable IPsec passive mode for static tunnels.
* `exchange_interface_ip` - Enable/disable exchange of IPsec interface IP address.

0 comments on commit 7be4764

Please sign in to comment.