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_admin_administrator" {
source="./modules/fortios/r/fortios_system_admin_administrator"# accprofile - (required) is a type of stringaccprofile=null# comments - (optional) is a type of stringcomments=null# name - (required) is a type of stringname=null# password - (required) is a type of stringpassword=null# trusthost1 - (optional) is a type of stringtrusthost1=null# trusthost10 - (optional) is a type of stringtrusthost10=null# trusthost2 - (optional) is a type of stringtrusthost2=null# trusthost3 - (optional) is a type of stringtrusthost3=null# trusthost4 - (optional) is a type of stringtrusthost4=null# trusthost5 - (optional) is a type of stringtrusthost5=null# trusthost6 - (optional) is a type of stringtrusthost6=null# trusthost7 - (optional) is a type of stringtrusthost7=null# trusthost8 - (optional) is a type of stringtrusthost8=null# trusthost9 - (optional) is a type of stringtrusthost9=null# vdom - (optional) is a type of list of stringvdom=[]
}
resource"fortios_system_admin_administrator""this" {
# accprofile - (required) is a type of stringaccprofile=var.accprofile# comments - (optional) is a type of stringcomments=var.comments# name - (required) is a type of stringname=var.name# password - (required) is a type of stringpassword=var.password# trusthost1 - (optional) is a type of stringtrusthost1=var.trusthost1# trusthost10 - (optional) is a type of stringtrusthost10=var.trusthost10# trusthost2 - (optional) is a type of stringtrusthost2=var.trusthost2# trusthost3 - (optional) is a type of stringtrusthost3=var.trusthost3# trusthost4 - (optional) is a type of stringtrusthost4=var.trusthost4# trusthost5 - (optional) is a type of stringtrusthost5=var.trusthost5# trusthost6 - (optional) is a type of stringtrusthost6=var.trusthost6# trusthost7 - (optional) is a type of stringtrusthost7=var.trusthost7# trusthost8 - (optional) is a type of stringtrusthost8=var.trusthost8# trusthost9 - (optional) is a type of stringtrusthost9=var.trusthost9# vdom - (optional) is a type of list of stringvdom=var.vdom
}