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_centralmanagement" {
source="./modules/fortios/r/fortios_system_centralmanagement"# allow_monitor - (optional) is a type of stringallow_monitor=null# allow_push_configuration - (optional) is a type of stringallow_push_configuration=null# allow_push_firmware - (optional) is a type of stringallow_push_firmware=null# allow_remote_firmware_upgrade - (optional) is a type of stringallow_remote_firmware_upgrade=null# ca_cert - (optional) is a type of stringca_cert=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# enc_algorithm - (optional) is a type of stringenc_algorithm=null# fmg - (optional) is a type of stringfmg=null# fmg_source_ip - (optional) is a type of stringfmg_source_ip=null# fmg_source_ip6 - (optional) is a type of stringfmg_source_ip6=null# fmg_update_port - (optional) is a type of stringfmg_update_port=null# include_default_servers - (optional) is a type of stringinclude_default_servers=null# interface - (optional) is a type of stringinterface=null# interface_select_method - (optional) is a type of stringinterface_select_method=null# local_cert - (optional) is a type of stringlocal_cert=null# mode - (optional) is a type of stringmode=null# schedule_config_restore - (optional) is a type of stringschedule_config_restore=null# schedule_script_restore - (optional) is a type of stringschedule_script_restore=null# serial_number - (optional) is a type of stringserial_number=null# type - (optional) is a type of stringtype=null# vdom - (optional) is a type of stringvdom=nullserver_list=[{
addr_type =null
fqdn =null
id =null
server_address =null
server_address6 =null
server_type =null
}]
}
resource"fortios_system_centralmanagement""this" {
# allow_monitor - (optional) is a type of stringallow_monitor=var.allow_monitor# allow_push_configuration - (optional) is a type of stringallow_push_configuration=var.allow_push_configuration# allow_push_firmware - (optional) is a type of stringallow_push_firmware=var.allow_push_firmware# allow_remote_firmware_upgrade - (optional) is a type of stringallow_remote_firmware_upgrade=var.allow_remote_firmware_upgrade# ca_cert - (optional) is a type of stringca_cert=var.ca_cert# 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# fmg - (optional) is a type of stringfmg=var.fmg# fmg_source_ip - (optional) is a type of stringfmg_source_ip=var.fmg_source_ip# fmg_source_ip6 - (optional) is a type of stringfmg_source_ip6=var.fmg_source_ip6# fmg_update_port - (optional) is a type of stringfmg_update_port=var.fmg_update_port# include_default_servers - (optional) is a type of stringinclude_default_servers=var.include_default_servers# interface - (optional) is a type of stringinterface=var.interface# interface_select_method - (optional) is a type of stringinterface_select_method=var.interface_select_method# local_cert - (optional) is a type of stringlocal_cert=var.local_cert# mode - (optional) is a type of stringmode=var.mode# schedule_config_restore - (optional) is a type of stringschedule_config_restore=var.schedule_config_restore# schedule_script_restore - (optional) is a type of stringschedule_script_restore=var.schedule_script_restore# serial_number - (optional) is a type of stringserial_number=var.serial_number# type - (optional) is a type of stringtype=var.type# vdom - (optional) is a type of stringvdom=var.vdomdynamic"server_list" {
for_each=var.server_listcontent {
# addr_type - (optional) is a type of stringaddr_type=server_list.value["addr_type"]
# fqdn - (optional) is a type of stringfqdn=server_list.value["fqdn"]
# id - (optional) is a type of numberid=server_list.value["id"]
# server_address - (optional) is a type of stringserver_address=server_list.value["server_address"]
# server_address6 - (optional) is a type of stringserver_address6=server_list.value["server_address6"]
# server_type - (optional) is a type of stringserver_type=server_list.value["server_type"]
}
}
}