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_logsyslogd4_setting" {
source="./modules/fortios/r/fortios_logsyslogd4_setting"# certificate - (optional) is a type of stringcertificate=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# enc_algorithm - (optional) is a type of stringenc_algorithm=null# facility - (optional) is a type of stringfacility=null# format - (optional) is a type of stringformat=null# interface - (optional) is a type of stringinterface=null# interface_select_method - (optional) is a type of stringinterface_select_method=null# max_log_rate - (optional) is a type of numbermax_log_rate=null# mode - (optional) is a type of stringmode=null# port - (optional) is a type of numberport=null# priority - (optional) is a type of stringpriority=null# server - (optional) is a type of stringserver=null# source_ip - (optional) is a type of stringsource_ip=null# ssl_min_proto_version - (optional) is a type of stringssl_min_proto_version=null# status - (optional) is a type of stringstatus=null# syslog_type - (optional) is a type of numbersyslog_type=nullcustom_field_name=[{
custom =null
id =null
name =null
}]
}
resource"fortios_logsyslogd4_setting""this" {
# certificate - (optional) is a type of stringcertificate=var.certificate# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# enc_algorithm - (optional) is a type of stringenc_algorithm=var.enc_algorithm# facility - (optional) is a type of stringfacility=var.facility# format - (optional) is a type of stringformat=var.format# interface - (optional) is a type of stringinterface=var.interface# interface_select_method - (optional) is a type of stringinterface_select_method=var.interface_select_method# max_log_rate - (optional) is a type of numbermax_log_rate=var.max_log_rate# mode - (optional) is a type of stringmode=var.mode# port - (optional) is a type of numberport=var.port# priority - (optional) is a type of stringpriority=var.priority# server - (optional) is a type of stringserver=var.server# source_ip - (optional) is a type of stringsource_ip=var.source_ip# ssl_min_proto_version - (optional) is a type of stringssl_min_proto_version=var.ssl_min_proto_version# status - (optional) is a type of stringstatus=var.status# syslog_type - (optional) is a type of numbersyslog_type=var.syslog_typedynamic"custom_field_name" {
for_each=var.custom_field_namecontent {
# custom - (optional) is a type of stringcustom=custom_field_name.value["custom"]
# id - (optional) is a type of numberid=custom_field_name.value["id"]
# name - (optional) is a type of stringname=custom_field_name.value["name"]
}
}
}