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_systemautoupdate_pushupdate" {
source="./modules/fortios/r/fortios_systemautoupdate_pushupdate"# address - (required) is a type of stringaddress=null# override - (required) is a type of stringoverride=null# port - (required) is a type of numberport=null# status - (required) is a type of stringstatus=null
}
resource"fortios_systemautoupdate_pushupdate""this" {
# address - (required) is a type of stringaddress=var.address# override - (required) is a type of stringoverride=var.override# port - (required) is a type of numberport=var.port# status - (required) is a type of stringstatus=var.status
}