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_address6" {
source="./modules/fortios/r/fortios_firewall_address6"# cache_ttl - (optional) is a type of numbercache_ttl=null# color - (optional) is a type of numbercolor=null# comment - (optional) is a type of stringcomment=null# country - (optional) is a type of stringcountry=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# end_ip - (optional) is a type of stringend_ip=null# end_mac - (optional) is a type of stringend_mac=null# fqdn - (optional) is a type of stringfqdn=null# host - (optional) is a type of stringhost=null# host_type - (optional) is a type of stringhost_type=null# ip6 - (optional) is a type of stringip6=null# name - (optional) is a type of stringname=null# obj_id - (optional) is a type of stringobj_id=null# sdn - (optional) is a type of stringsdn=null# start_ip - (optional) is a type of stringstart_ip=null# start_mac - (optional) is a type of stringstart_mac=null# template - (optional) is a type of stringtemplate=null# type - (optional) is a type of stringtype=null# uuid - (optional) is a type of stringuuid=null# visibility - (optional) is a type of stringvisibility=nulllist=[{
ip =null
}]
subnet_segment=[{
name =null
type =null
value =null
}]
tagging=[{
category =null
name =null
tags = [{
name =null
}]
}]
}
resource"fortios_firewall_address6""this" {
# cache_ttl - (optional) is a type of numbercache_ttl=var.cache_ttl# color - (optional) is a type of numbercolor=var.color# comment - (optional) is a type of stringcomment=var.comment# country - (optional) is a type of stringcountry=var.country# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# end_ip - (optional) is a type of stringend_ip=var.end_ip# end_mac - (optional) is a type of stringend_mac=var.end_mac# fqdn - (optional) is a type of stringfqdn=var.fqdn# host - (optional) is a type of stringhost=var.host# host_type - (optional) is a type of stringhost_type=var.host_type# ip6 - (optional) is a type of stringip6=var.ip6# name - (optional) is a type of stringname=var.name# obj_id - (optional) is a type of stringobj_id=var.obj_id# sdn - (optional) is a type of stringsdn=var.sdn# start_ip - (optional) is a type of stringstart_ip=var.start_ip# start_mac - (optional) is a type of stringstart_mac=var.start_mac# template - (optional) is a type of stringtemplate=var.template# type - (optional) is a type of stringtype=var.type# uuid - (optional) is a type of stringuuid=var.uuid# visibility - (optional) is a type of stringvisibility=var.visibilitydynamic"list" {
for_each=var.listcontent {
# ip - (optional) is a type of stringip=list.value["ip"]
}
}
dynamic"subnet_segment" {
for_each=var.subnet_segmentcontent {
# name - (optional) is a type of stringname=subnet_segment.value["name"]
# type - (optional) is a type of stringtype=subnet_segment.value["type"]
# value - (optional) is a type of stringvalue=subnet_segment.value["value"]
}
}
dynamic"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"]
}
}
}
}
}