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_logfortianalyzer2_overridesetting" {
source="./modules/fortios/r/fortios_logfortianalyzer2_overridesetting"# __change_ip - (optional) is a type of number
__change_ip = null# access_config - (optional) is a type of stringaccess_config=null# certificate - (optional) is a type of stringcertificate=null# certificate_verification - (optional) is a type of stringcertificate_verification=null# conn_timeout - (optional) is a type of numberconn_timeout=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# enc_algorithm - (optional) is a type of stringenc_algorithm=null# faz_type - (optional) is a type of numberfaz_type=null# hmac_algorithm - (optional) is a type of stringhmac_algorithm=null# interface - (optional) is a type of stringinterface=null# interface_select_method - (optional) is a type of stringinterface_select_method=null# ips_archive - (optional) is a type of stringips_archive=null# max_log_rate - (optional) is a type of numbermax_log_rate=null# mgmt_name - (optional) is a type of stringmgmt_name=null# monitor_failure_retry_period - (optional) is a type of numbermonitor_failure_retry_period=null# monitor_keepalive_period - (optional) is a type of numbermonitor_keepalive_period=null# override - (optional) is a type of stringoverride=null# priority - (optional) is a type of stringpriority=null# reliable - (optional) is a type of stringreliable=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# upload_day - (optional) is a type of stringupload_day=null# upload_interval - (optional) is a type of stringupload_interval=null# upload_option - (optional) is a type of stringupload_option=null# upload_time - (optional) is a type of stringupload_time=null# use_management_vdom - (optional) is a type of stringuse_management_vdom=nullserial=[{
name =null
}]
}
resource"fortios_logfortianalyzer2_overridesetting""this" {
# __change_ip - (optional) is a type of number
__change_ip = var.__change_ip
# access_config - (optional) is a type of stringaccess_config=var.access_config# certificate - (optional) is a type of stringcertificate=var.certificate# certificate_verification - (optional) is a type of stringcertificate_verification=var.certificate_verification# conn_timeout - (optional) is a type of numberconn_timeout=var.conn_timeout# 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# faz_type - (optional) is a type of numberfaz_type=var.faz_type# hmac_algorithm - (optional) is a type of stringhmac_algorithm=var.hmac_algorithm# interface - (optional) is a type of stringinterface=var.interface# interface_select_method - (optional) is a type of stringinterface_select_method=var.interface_select_method# ips_archive - (optional) is a type of stringips_archive=var.ips_archive# max_log_rate - (optional) is a type of numbermax_log_rate=var.max_log_rate# mgmt_name - (optional) is a type of stringmgmt_name=var.mgmt_name# monitor_failure_retry_period - (optional) is a type of numbermonitor_failure_retry_period=var.monitor_failure_retry_period# monitor_keepalive_period - (optional) is a type of numbermonitor_keepalive_period=var.monitor_keepalive_period# override - (optional) is a type of stringoverride=var.override# priority - (optional) is a type of stringpriority=var.priority# reliable - (optional) is a type of stringreliable=var.reliable# 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# upload_day - (optional) is a type of stringupload_day=var.upload_day# upload_interval - (optional) is a type of stringupload_interval=var.upload_interval# upload_option - (optional) is a type of stringupload_option=var.upload_option# upload_time - (optional) is a type of stringupload_time=var.upload_time# use_management_vdom - (optional) is a type of stringuse_management_vdom=var.use_management_vdomdynamic"serial" {
for_each=var.serialcontent {
# name - (optional) is a type of stringname=serial.value["name"]
}
}
}