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_phase2interface" {
source="./modules/fortios/r/fortios_vpn_ipsec_phase2interface"# comments - (optional) is a type of stringcomments=null# dst_addr_type - (optional) is a type of stringdst_addr_type=null# dst_end_ip - (optional) is a type of stringdst_end_ip=null# dst_name - (optional) is a type of stringdst_name=null# dst_start_ip - (optional) is a type of stringdst_start_ip=null# dst_subnet - (optional) is a type of stringdst_subnet=null# name - (required) is a type of stringname=null# phase1name - (required) is a type of stringphase1name=null# proposal - (optional) is a type of stringproposal=null# src_addr_type - (optional) is a type of stringsrc_addr_type=null# src_end_ip - (optional) is a type of stringsrc_end_ip=null# src_name - (optional) is a type of stringsrc_name=null# src_start_ip - (optional) is a type of stringsrc_start_ip=null# src_subnet - (optional) is a type of stringsrc_subnet=null
}
resource"fortios_vpn_ipsec_phase2interface""this" {
# comments - (optional) is a type of stringcomments=var.comments# dst_addr_type - (optional) is a type of stringdst_addr_type=var.dst_addr_type# dst_end_ip - (optional) is a type of stringdst_end_ip=var.dst_end_ip# dst_name - (optional) is a type of stringdst_name=var.dst_name# dst_start_ip - (optional) is a type of stringdst_start_ip=var.dst_start_ip# dst_subnet - (optional) is a type of stringdst_subnet=var.dst_subnet# name - (required) is a type of stringname=var.name# phase1name - (required) is a type of stringphase1name=var.phase1name# proposal - (optional) is a type of stringproposal=var.proposal# src_addr_type - (optional) is a type of stringsrc_addr_type=var.src_addr_type# src_end_ip - (optional) is a type of stringsrc_end_ip=var.src_end_ip# src_name - (optional) is a type of stringsrc_name=var.src_name# src_start_ip - (optional) is a type of stringsrc_start_ip=var.src_start_ip# src_subnet - (optional) is a type of stringsrc_subnet=var.src_subnet
}