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_ipiptunnel" {
source="./modules/fortios/r/fortios_system_ipiptunnel"# interface - (required) is a type of stringinterface=null# local_gw - (required) is a type of stringlocal_gw=null# name - (optional) is a type of stringname=null# remote_gw - (required) is a type of stringremote_gw=null
}
resource"fortios_system_ipiptunnel""this" {
# interface - (required) is a type of stringinterface=var.interface# local_gw - (required) is a type of stringlocal_gw=var.local_gw# name - (optional) is a type of stringname=var.name# remote_gw - (required) is a type of stringremote_gw=var.remote_gw
}