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_ipv6neighborcache" {
source="./modules/fortios/r/fortios_system_ipv6neighborcache"# fosid - (required) is a type of numberfosid=null# interface - (required) is a type of stringinterface=null# ipv6 - (required) is a type of stringipv6=null# mac - (required) is a type of stringmac=null
}
resource"fortios_system_ipv6neighborcache""this" {
# fosid - (required) is a type of numberfosid=var.fosid# interface - (required) is a type of stringinterface=var.interface# ipv6 - (required) is a type of stringipv6=var.ipv6# mac - (required) is a type of stringmac=var.mac
}