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_fmg_system_admin_user" {
source="./modules/fortios/r/fortios_fmg_system_admin_user"# description - (optional) is a type of stringdescription=null# password - (optional) is a type of stringpassword=null# profileid - (optional) is a type of stringprofileid=null# radius_server - (optional) is a type of stringradius_server=null# rpc_permit - (optional) is a type of stringrpc_permit=null# trusthost1 - (optional) is a type of stringtrusthost1=null# trusthost2 - (optional) is a type of stringtrusthost2=null# trusthost3 - (optional) is a type of stringtrusthost3=null# user_type - (optional) is a type of stringuser_type=null# userid - (required) is a type of stringuserid=null
}
resource"fortios_fmg_system_admin_user""this" {
# description - (optional) is a type of stringdescription=var.description# password - (optional) is a type of stringpassword=var.password# profileid - (optional) is a type of stringprofileid=var.profileid# radius_server - (optional) is a type of stringradius_server=var.radius_server# rpc_permit - (optional) is a type of stringrpc_permit=var.rpc_permit# trusthost1 - (optional) is a type of stringtrusthost1=var.trusthost1# trusthost2 - (optional) is a type of stringtrusthost2=var.trusthost2# trusthost3 - (optional) is a type of stringtrusthost3=var.trusthost3# user_type - (optional) is a type of stringuser_type=var.user_type# userid - (required) is a type of stringuserid=var.userid
}