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_tunneling" {
source="./modules/fortios/r/fortios_systemautoupdate_tunneling"# address - (optional) is a type of stringaddress=null# password - (optional) is a type of stringpassword=null# port - (optional) is a type of numberport=null# status - (optional) is a type of stringstatus=null# username - (optional) is a type of stringusername=null
}
resource"fortios_systemautoupdate_tunneling""this" {
# address - (optional) is a type of stringaddress=var.address# password - (optional) is a type of stringpassword=var.password# port - (optional) is a type of numberport=var.port# status - (optional) is a type of stringstatus=var.status# username - (optional) is a type of stringusername=var.username
}