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_system_mobiletunnel" {
source="./modules/fortios/r/fortios_system_mobiletunnel"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# hash_algorithm - (required) is a type of stringhash_algorithm=null# home_address - (optional) is a type of stringhome_address=null# home_agent - (required) is a type of stringhome_agent=null# lifetime - (required) is a type of numberlifetime=null# n_mhae_key - (optional) is a type of stringn_mhae_key=null# n_mhae_key_type - (required) is a type of stringn_mhae_key_type=null# n_mhae_spi - (required) is a type of numbern_mhae_spi=null# name - (optional) is a type of stringname=null# reg_interval - (required) is a type of numberreg_interval=null# reg_retry - (required) is a type of numberreg_retry=null# renew_interval - (required) is a type of numberrenew_interval=null# roaming_interface - (required) is a type of stringroaming_interface=null# status - (optional) is a type of stringstatus=null# tunnel_mode - (required) is a type of stringtunnel_mode=nullnetwork=[{
id =null
interface =null
prefix =null
}]
}
resource"fortios_system_mobiletunnel""this" {
# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# hash_algorithm - (required) is a type of stringhash_algorithm=var.hash_algorithm# home_address - (optional) is a type of stringhome_address=var.home_address# home_agent - (required) is a type of stringhome_agent=var.home_agent# lifetime - (required) is a type of numberlifetime=var.lifetime# n_mhae_key - (optional) is a type of stringn_mhae_key=var.n_mhae_key# n_mhae_key_type - (required) is a type of stringn_mhae_key_type=var.n_mhae_key_type# n_mhae_spi - (required) is a type of numbern_mhae_spi=var.n_mhae_spi# name - (optional) is a type of stringname=var.name# reg_interval - (required) is a type of numberreg_interval=var.reg_interval# reg_retry - (required) is a type of numberreg_retry=var.reg_retry# renew_interval - (required) is a type of numberrenew_interval=var.renew_interval# roaming_interface - (required) is a type of stringroaming_interface=var.roaming_interface# status - (optional) is a type of stringstatus=var.status# tunnel_mode - (required) is a type of stringtunnel_mode=var.tunnel_modedynamic"network" {
for_each=var.networkcontent {
# id - (optional) is a type of numberid=network.value["id"]
# interface - (optional) is a type of stringinterface=network.value["interface"]
# prefix - (optional) is a type of stringprefix=network.value["prefix"]
}
}
}