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_multicastaddress6" {
source="./modules/fortios/r/fortios_firewall_multicastaddress6"# color - (optional) is a type of numbercolor=null# comment - (optional) is a type of stringcomment=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# ip6 - (required) is a type of stringip6=null# name - (optional) is a type of stringname=null# visibility - (optional) is a type of stringvisibility=nulltagging=[{
category =null
name =null
tags = [{
name =null
}]
}]
}
resource"fortios_firewall_multicastaddress6""this" {
# color - (optional) is a type of numbercolor=var.color# comment - (optional) is a type of stringcomment=var.comment# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# ip6 - (required) is a type of stringip6=var.ip6# name - (optional) is a type of stringname=var.name# visibility - (optional) is a type of stringvisibility=var.visibilitydynamic"tagging" {
for_each=var.taggingcontent {
# category - (optional) is a type of stringcategory=tagging.value["category"]
# name - (optional) is a type of stringname=tagging.value["name"]
dynamic"tags" {
for_each=tagging.value.tagscontent {
# name - (optional) is a type of stringname=tags.value["name"]
}
}
}
}
}