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_switchcontrollerautoconfig_default" {
source="./modules/fortios/r/fortios_switchcontrollerautoconfig_default"# fgt_policy - (optional) is a type of stringfgt_policy=null# icl_policy - (optional) is a type of stringicl_policy=null# isl_policy - (optional) is a type of stringisl_policy=null
}
resource"fortios_switchcontrollerautoconfig_default""this" {
# fgt_policy - (optional) is a type of stringfgt_policy=var.fgt_policy# icl_policy - (optional) is a type of stringicl_policy=var.icl_policy# isl_policy - (optional) is a type of stringisl_policy=var.isl_policy
}