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_centralsnatmap" {
source="./modules/fortios/r/fortios_firewall_centralsnatmap"# comments - (optional) is a type of stringcomments=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# nat - (required) is a type of stringnat=null# nat_port - (optional) is a type of stringnat_port=null# orig_port - (required) is a type of stringorig_port=null# policyid - (optional) is a type of numberpolicyid=null# protocol - (required) is a type of numberprotocol=null# status - (optional) is a type of stringstatus=null# type - (optional) is a type of stringtype=null# uuid - (optional) is a type of stringuuid=nulldst_addr=[{
name =null
}]
dst_addr6=[{
name =null
}]
dstintf=[{
name =null
}]
nat_ippool=[{
name =null
}]
nat_ippool6=[{
name =null
}]
orig_addr=[{
name =null
}]
orig_addr6=[{
name =null
}]
srcintf=[{
name =null
}]
}
resource"fortios_firewall_centralsnatmap""this" {
# comments - (optional) is a type of stringcomments=var.comments# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# nat - (required) is a type of stringnat=var.nat# nat_port - (optional) is a type of stringnat_port=var.nat_port# orig_port - (required) is a type of stringorig_port=var.orig_port# policyid - (optional) is a type of numberpolicyid=var.policyid# protocol - (required) is a type of numberprotocol=var.protocol# status - (optional) is a type of stringstatus=var.status# type - (optional) is a type of stringtype=var.type# uuid - (optional) is a type of stringuuid=var.uuiddynamic"dst_addr" {
for_each=var.dst_addrcontent {
# name - (optional) is a type of stringname=dst_addr.value["name"]
}
}
dynamic"dst_addr6" {
for_each=var.dst_addr6content {
# name - (optional) is a type of stringname=dst_addr6.value["name"]
}
}
dynamic"dstintf" {
for_each=var.dstintfcontent {
# name - (optional) is a type of stringname=dstintf.value["name"]
}
}
dynamic"nat_ippool" {
for_each=var.nat_ippoolcontent {
# name - (optional) is a type of stringname=nat_ippool.value["name"]
}
}
dynamic"nat_ippool6" {
for_each=var.nat_ippool6content {
# name - (optional) is a type of stringname=nat_ippool6.value["name"]
}
}
dynamic"orig_addr" {
for_each=var.orig_addrcontent {
# name - (optional) is a type of stringname=orig_addr.value["name"]
}
}
dynamic"orig_addr6" {
for_each=var.orig_addr6content {
# name - (optional) is a type of stringname=orig_addr6.value["name"]
}
}
dynamic"srcintf" {
for_each=var.srcintfcontent {
# name - (optional) is a type of stringname=srcintf.value["name"]
}
}
}