You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"fortios_vpn_ipsec_phase1interface" {
source="./modules/fortios/r/fortios_vpn_ipsec_phase1interface"# authmethod - (optional) is a type of stringauthmethod=null# authmethod_remote - (optional) is a type of stringauthmethod_remote=null# certificate - (optional) is a type of list of stringcertificate=[]
# comments - (optional) is a type of stringcomments=null# interface - (required) is a type of stringinterface=null# ipv4_split_exclude - (optional) is a type of stringipv4_split_exclude=null# ipv4_split_include - (optional) is a type of stringipv4_split_include=null# mode_cfg - (optional) is a type of stringmode_cfg=null# name - (required) is a type of stringname=null# peer - (optional) is a type of stringpeer=null# peergrp - (optional) is a type of stringpeergrp=null# peerid - (optional) is a type of stringpeerid=null# peertype - (optional) is a type of stringpeertype=null# proposal - (optional) is a type of stringproposal=null# psksecret - (required) is a type of stringpsksecret=null# remote_gw - (required) is a type of stringremote_gw=null# split_include_service - (optional) is a type of stringsplit_include_service=null# type - (required) is a type of stringtype=null# wizard_type - (optional) is a type of stringwizard_type=null
}
resource"fortios_vpn_ipsec_phase1interface""this" {
# authmethod - (optional) is a type of stringauthmethod=var.authmethod# authmethod_remote - (optional) is a type of stringauthmethod_remote=var.authmethod_remote# certificate - (optional) is a type of list of stringcertificate=var.certificate# comments - (optional) is a type of stringcomments=var.comments# interface - (required) is a type of stringinterface=var.interface# ipv4_split_exclude - (optional) is a type of stringipv4_split_exclude=var.ipv4_split_exclude# ipv4_split_include - (optional) is a type of stringipv4_split_include=var.ipv4_split_include# mode_cfg - (optional) is a type of stringmode_cfg=var.mode_cfg# name - (required) is a type of stringname=var.name# peer - (optional) is a type of stringpeer=var.peer# peergrp - (optional) is a type of stringpeergrp=var.peergrp# peerid - (optional) is a type of stringpeerid=var.peerid# peertype - (optional) is a type of stringpeertype=var.peertype# proposal - (optional) is a type of stringproposal=var.proposal# psksecret - (required) is a type of stringpsksecret=var.psksecret# remote_gw - (required) is a type of stringremote_gw=var.remote_gw# split_include_service - (optional) is a type of stringsplit_include_service=var.split_include_service# type - (required) is a type of stringtype=var.type# wizard_type - (optional) is a type of stringwizard_type=var.wizard_type
}