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_localinpolicy6" {
source="./modules/fortios/r/fortios_firewall_localinpolicy6"# action - (optional) is a type of stringaction=null# comments - (optional) is a type of stringcomments=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# intf - (required) is a type of stringintf=null# policyid - (optional) is a type of numberpolicyid=null# schedule - (required) is a type of stringschedule=null# status - (optional) is a type of stringstatus=null# uuid - (optional) is a type of stringuuid=nulldstaddr=[{
name =null
}]
service=[{
name =null
}]
srcaddr=[{
name =null
}]
}
resource"fortios_firewall_localinpolicy6""this" {
# action - (optional) is a type of stringaction=var.action# comments - (optional) is a type of stringcomments=var.comments# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# intf - (required) is a type of stringintf=var.intf# policyid - (optional) is a type of numberpolicyid=var.policyid# schedule - (required) is a type of stringschedule=var.schedule# status - (optional) is a type of stringstatus=var.status# uuid - (optional) is a type of stringuuid=var.uuiddynamic"dstaddr" {
for_each=var.dstaddrcontent {
# name - (optional) is a type of stringname=dstaddr.value["name"]
}
}
dynamic"service" {
for_each=var.servicecontent {
# name - (optional) is a type of stringname=service.value["name"]
}
}
dynamic"srcaddr" {
for_each=var.srcaddrcontent {
# name - (optional) is a type of stringname=srcaddr.value["name"]
}
}
}