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_firewall_object_service" {
source="./modules/fortios/r/fortios_firewall_object_service"# category - (required) is a type of stringcategory=null# comment - (optional) is a type of stringcomment=null# fqdn - (optional) is a type of stringfqdn=null# icmpcode - (optional) is a type of stringicmpcode=null# icmptype - (optional) is a type of stringicmptype=null# iprange - (optional) is a type of stringiprange=null# name - (required) is a type of stringname=null# protocol - (required) is a type of stringprotocol=null# protocol_number - (optional) is a type of stringprotocol_number=null# sctp_portrange - (optional) is a type of stringsctp_portrange=null# session_ttl - (optional) is a type of stringsession_ttl=null# tcp_portrange - (optional) is a type of stringtcp_portrange=null# udp_portrange - (optional) is a type of stringudp_portrange=null
}
resource"fortios_firewall_object_service""this" {
# category - (required) is a type of stringcategory=var.category# comment - (optional) is a type of stringcomment=var.comment# fqdn - (optional) is a type of stringfqdn=var.fqdn# icmpcode - (optional) is a type of stringicmpcode=var.icmpcode# icmptype - (optional) is a type of stringicmptype=var.icmptype# iprange - (optional) is a type of stringiprange=var.iprange# name - (required) is a type of stringname=var.name# protocol - (required) is a type of stringprotocol=var.protocol# protocol_number - (optional) is a type of stringprotocol_number=var.protocol_number# sctp_portrange - (optional) is a type of stringsctp_portrange=var.sctp_portrange# session_ttl - (optional) is a type of stringsession_ttl=var.session_ttl# tcp_portrange - (optional) is a type of stringtcp_portrange=var.tcp_portrange# udp_portrange - (optional) is a type of stringudp_portrange=var.udp_portrange
}