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_switchcontroller_switchprofile" {
source="./modules/fortios/r/fortios_switchcontroller_switchprofile"# login_passwd - (optional) is a type of stringlogin_passwd=null# login_passwd_override - (optional) is a type of stringlogin_passwd_override=null# name - (optional) is a type of stringname=null
}
resource"fortios_switchcontroller_switchprofile""this" {
# login_passwd - (optional) is a type of stringlogin_passwd=var.login_passwd# login_passwd_override - (optional) is a type of stringlogin_passwd_override=var.login_passwd_override# name - (optional) is a type of stringname=var.name
}