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_networking_route_static" {
source="./modules/fortios/r/fortios_networking_route_static"# blackhole - (optional) is a type of stringblackhole=null# comment - (optional) is a type of stringcomment=null# device - (required) is a type of stringdevice=null# distance - (optional) is a type of stringdistance=null# dst - (optional) is a type of stringdst=null# gateway - (required) is a type of stringgateway=null# internet_service - (optional) is a type of numberinternet_service=null# priority - (optional) is a type of stringpriority=null# status - (optional) is a type of stringstatus=null# weight - (optional) is a type of stringweight=null
}
resource"fortios_networking_route_static""this" {
# blackhole - (optional) is a type of stringblackhole=var.blackhole# comment - (optional) is a type of stringcomment=var.comment# device - (required) is a type of stringdevice=var.device# distance - (optional) is a type of stringdistance=var.distance# dst - (optional) is a type of stringdst=var.dst# gateway - (required) is a type of stringgateway=var.gateway# internet_service - (optional) is a type of numberinternet_service=var.internet_service# priority - (optional) is a type of stringpriority=var.priority# status - (optional) is a type of stringstatus=var.status# weight - (optional) is a type of stringweight=var.weight
}