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_profiles" {
source="./modules/fortios/r/fortios_system_admin_profiles"# admintimeout_override - (optional) is a type of stringadmintimeout_override=null# authgrp - (optional) is a type of stringauthgrp=null# comments - (optional) is a type of stringcomments=null# ftviewgrp - (optional) is a type of stringftviewgrp=null# fwgrp - (optional) is a type of stringfwgrp=null# loggrp - (optional) is a type of stringloggrp=null# name - (required) is a type of stringname=null# netgrp - (optional) is a type of stringnetgrp=null# scope - (optional) is a type of stringscope=null# secfabgrp - (optional) is a type of stringsecfabgrp=null# sysgrp - (optional) is a type of stringsysgrp=null# utmgrp - (optional) is a type of stringutmgrp=null# vpngrp - (optional) is a type of stringvpngrp=null# wanoptgrp - (optional) is a type of stringwanoptgrp=null# wifi - (optional) is a type of stringwifi=null
}
resource"fortios_system_admin_profiles""this" {
# admintimeout_override - (optional) is a type of stringadmintimeout_override=var.admintimeout_override# authgrp - (optional) is a type of stringauthgrp=var.authgrp# comments - (optional) is a type of stringcomments=var.comments# ftviewgrp - (optional) is a type of stringftviewgrp=var.ftviewgrp# fwgrp - (optional) is a type of stringfwgrp=var.fwgrp# loggrp - (optional) is a type of stringloggrp=var.loggrp# name - (required) is a type of stringname=var.name# netgrp - (optional) is a type of stringnetgrp=var.netgrp# scope - (optional) is a type of stringscope=var.scope# secfabgrp - (optional) is a type of stringsecfabgrp=var.secfabgrp# sysgrp - (optional) is a type of stringsysgrp=var.sysgrp# utmgrp - (optional) is a type of stringutmgrp=var.utmgrp# vpngrp - (optional) is a type of stringvpngrp=var.vpngrp# wanoptgrp - (optional) is a type of stringwanoptgrp=var.wanoptgrp# wifi - (optional) is a type of stringwifi=var.wifi
}