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_systemlldp_networkpolicy" {
source="./modules/fortios/r/fortios_systemlldp_networkpolicy"# comment - (optional) is a type of stringcomment=null# name - (required) is a type of stringname=nullguest=[{
dscp =null
priority =null
status =null
tag =null
vlan =null
}]
guest_voice_signaling=[{
dscp =null
priority =null
status =null
tag =null
vlan =null
}]
softphone=[{
dscp =null
priority =null
status =null
tag =null
vlan =null
}]
streaming_video=[{
dscp =null
priority =null
status =null
tag =null
vlan =null
}]
video_conferencing=[{
dscp =null
priority =null
status =null
tag =null
vlan =null
}]
video_signaling=[{
dscp =null
priority =null
status =null
tag =null
vlan =null
}]
voice=[{
dscp =null
priority =null
status =null
tag =null
vlan =null
}]
voice_signaling=[{
dscp =null
priority =null
status =null
tag =null
vlan =null
}]
}
resource"fortios_systemlldp_networkpolicy""this" {
# comment - (optional) is a type of stringcomment=var.comment# name - (required) is a type of stringname=var.namedynamic"guest" {
for_each=var.guestcontent {
# dscp - (optional) is a type of numberdscp=guest.value["dscp"]
# priority - (optional) is a type of numberpriority=guest.value["priority"]
# status - (optional) is a type of stringstatus=guest.value["status"]
# tag - (optional) is a type of stringtag=guest.value["tag"]
# vlan - (optional) is a type of numbervlan=guest.value["vlan"]
}
}
dynamic"guest_voice_signaling" {
for_each=var.guest_voice_signalingcontent {
# dscp - (optional) is a type of numberdscp=guest_voice_signaling.value["dscp"]
# priority - (optional) is a type of numberpriority=guest_voice_signaling.value["priority"]
# status - (optional) is a type of stringstatus=guest_voice_signaling.value["status"]
# tag - (optional) is a type of stringtag=guest_voice_signaling.value["tag"]
# vlan - (optional) is a type of numbervlan=guest_voice_signaling.value["vlan"]
}
}
dynamic"softphone" {
for_each=var.softphonecontent {
# dscp - (optional) is a type of numberdscp=softphone.value["dscp"]
# priority - (optional) is a type of numberpriority=softphone.value["priority"]
# status - (optional) is a type of stringstatus=softphone.value["status"]
# tag - (optional) is a type of stringtag=softphone.value["tag"]
# vlan - (optional) is a type of numbervlan=softphone.value["vlan"]
}
}
dynamic"streaming_video" {
for_each=var.streaming_videocontent {
# dscp - (optional) is a type of numberdscp=streaming_video.value["dscp"]
# priority - (optional) is a type of numberpriority=streaming_video.value["priority"]
# status - (optional) is a type of stringstatus=streaming_video.value["status"]
# tag - (optional) is a type of stringtag=streaming_video.value["tag"]
# vlan - (optional) is a type of numbervlan=streaming_video.value["vlan"]
}
}
dynamic"video_conferencing" {
for_each=var.video_conferencingcontent {
# dscp - (optional) is a type of numberdscp=video_conferencing.value["dscp"]
# priority - (optional) is a type of numberpriority=video_conferencing.value["priority"]
# status - (optional) is a type of stringstatus=video_conferencing.value["status"]
# tag - (optional) is a type of stringtag=video_conferencing.value["tag"]
# vlan - (optional) is a type of numbervlan=video_conferencing.value["vlan"]
}
}
dynamic"video_signaling" {
for_each=var.video_signalingcontent {
# dscp - (optional) is a type of numberdscp=video_signaling.value["dscp"]
# priority - (optional) is a type of numberpriority=video_signaling.value["priority"]
# status - (optional) is a type of stringstatus=video_signaling.value["status"]
# tag - (optional) is a type of stringtag=video_signaling.value["tag"]
# vlan - (optional) is a type of numbervlan=video_signaling.value["vlan"]
}
}
dynamic"voice" {
for_each=var.voicecontent {
# dscp - (optional) is a type of numberdscp=voice.value["dscp"]
# priority - (optional) is a type of numberpriority=voice.value["priority"]
# status - (optional) is a type of stringstatus=voice.value["status"]
# tag - (optional) is a type of stringtag=voice.value["tag"]
# vlan - (optional) is a type of numbervlan=voice.value["vlan"]
}
}
dynamic"voice_signaling" {
for_each=var.voice_signalingcontent {
# dscp - (optional) is a type of numberdscp=voice_signaling.value["dscp"]
# priority - (optional) is a type of numberpriority=voice_signaling.value["priority"]
# status - (optional) is a type of stringstatus=voice_signaling.value["status"]
# tag - (optional) is a type of stringtag=voice_signaling.value["tag"]
# vlan - (optional) is a type of numbervlan=voice_signaling.value["vlan"]
}
}
}