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_iptranslation" {
source="./modules/fortios/r/fortios_firewall_iptranslation"# endip - (required) is a type of stringendip=null# map_startip - (required) is a type of stringmap_startip=null# startip - (required) is a type of stringstartip=null# transid - (optional) is a type of numbertransid=null# type - (optional) is a type of stringtype=null
}
resource"fortios_firewall_iptranslation""this" {
# endip - (required) is a type of stringendip=var.endip# map_startip - (required) is a type of stringmap_startip=var.map_startip# startip - (required) is a type of stringstartip=var.startip# transid - (optional) is a type of numbertransid=var.transid# type - (optional) is a type of stringtype=var.type
}