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_dnstranslation" {
source="./modules/fortios/r/fortios_firewall_dnstranslation"# dst - (optional) is a type of stringdst=null# fosid - (optional) is a type of numberfosid=null# netmask - (optional) is a type of stringnetmask=null# src - (optional) is a type of stringsrc=null
}
resource"fortios_firewall_dnstranslation""this" {
# dst - (optional) is a type of stringdst=var.dst# fosid - (optional) is a type of numberfosid=var.fosid# netmask - (optional) is a type of stringnetmask=var.netmask# src - (optional) is a type of stringsrc=var.src
}