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_networking_interface_port" {
source="./modules/fortios/r/fortios_networking_interface_port"# alias - (optional) is a type of stringalias=null# allowaccess - (optional) is a type of stringallowaccess=null# defaultgw - (optional) is a type of stringdefaultgw=null# description - (optional) is a type of stringdescription=null# device_identification - (optional) is a type of stringdevice_identification=null# distance - (optional) is a type of stringdistance=null# dns_server_override - (optional) is a type of stringdns_server_override=null# interface - (optional) is a type of stringinterface=null# ip - (optional) is a type of stringip=null# mode - (optional) is a type of stringmode=null# mtu - (optional) is a type of stringmtu=null# mtu_override - (optional) is a type of stringmtu_override=null# name - (required) is a type of stringname=null# role - (optional) is a type of stringrole=null# speed - (optional) is a type of stringspeed=null# status - (optional) is a type of stringstatus=null# tcp_mss - (optional) is a type of stringtcp_mss=null# type - (required) is a type of stringtype=null# vdom - (optional) is a type of stringvdom=null# vlanid - (optional) is a type of stringvlanid=null
}
resource"fortios_networking_interface_port""this" {
# alias - (optional) is a type of stringalias=var.alias# allowaccess - (optional) is a type of stringallowaccess=var.allowaccess# defaultgw - (optional) is a type of stringdefaultgw=var.defaultgw# description - (optional) is a type of stringdescription=var.description# device_identification - (optional) is a type of stringdevice_identification=var.device_identification# distance - (optional) is a type of stringdistance=var.distance# dns_server_override - (optional) is a type of stringdns_server_override=var.dns_server_override# interface - (optional) is a type of stringinterface=var.interface# ip - (optional) is a type of stringip=var.ip# mode - (optional) is a type of stringmode=var.mode# mtu - (optional) is a type of stringmtu=var.mtu# mtu_override - (optional) is a type of stringmtu_override=var.mtu_override# name - (required) is a type of stringname=var.name# role - (optional) is a type of stringrole=var.role# speed - (optional) is a type of stringspeed=var.speed# status - (optional) is a type of stringstatus=var.status# tcp_mss - (optional) is a type of stringtcp_mss=var.tcp_mss# type - (required) is a type of stringtype=var.type# vdom - (optional) is a type of stringvdom=var.vdom# vlanid - (optional) is a type of stringvlanid=var.vlanid
}