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_dedicatedmgmt" {
source="./modules/fortios/r/fortios_system_dedicatedmgmt"# default_gateway - (optional) is a type of stringdefault_gateway=null# dhcp_end_ip - (optional) is a type of stringdhcp_end_ip=null# dhcp_netmask - (optional) is a type of stringdhcp_netmask=null# dhcp_server - (optional) is a type of stringdhcp_server=null# dhcp_start_ip - (optional) is a type of stringdhcp_start_ip=null# interface - (optional) is a type of stringinterface=null# status - (optional) is a type of stringstatus=null
}
resource"fortios_system_dedicatedmgmt""this" {
# default_gateway - (optional) is a type of stringdefault_gateway=var.default_gateway# dhcp_end_ip - (optional) is a type of stringdhcp_end_ip=var.dhcp_end_ip# dhcp_netmask - (optional) is a type of stringdhcp_netmask=var.dhcp_netmask# dhcp_server - (optional) is a type of stringdhcp_server=var.dhcp_server# dhcp_start_ip - (optional) is a type of stringdhcp_start_ip=var.dhcp_start_ip# interface - (optional) is a type of stringinterface=var.interface# status - (optional) is a type of stringstatus=var.status
}