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_firewall_ldbmonitor" {
source="./modules/fortios/r/fortios_firewall_ldbmonitor"# http_get - (optional) is a type of stringhttp_get=null# http_match - (optional) is a type of stringhttp_match=null# http_max_redirects - (optional) is a type of numberhttp_max_redirects=null# interval - (optional) is a type of numberinterval=null# name - (optional) is a type of stringname=null# port - (optional) is a type of numberport=null# retry - (optional) is a type of numberretry=null# src_ip - (optional) is a type of stringsrc_ip=null# timeout - (optional) is a type of numbertimeout=null# type - (required) is a type of stringtype=null
}
resource"fortios_firewall_ldbmonitor""this" {
# http_get - (optional) is a type of stringhttp_get=var.http_get# http_match - (optional) is a type of stringhttp_match=var.http_match# http_max_redirects - (optional) is a type of numberhttp_max_redirects=var.http_max_redirects# interval - (optional) is a type of numberinterval=var.interval# name - (optional) is a type of stringname=var.name# port - (optional) is a type of numberport=var.port# retry - (optional) is a type of numberretry=var.retry# src_ip - (optional) is a type of stringsrc_ip=var.src_ip# timeout - (optional) is a type of numbertimeout=var.timeout# type - (required) is a type of stringtype=var.type
}