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_object_address" {
source="./modules/fortios/r/fortios_firewall_object_address"# associated_interface - (optional) is a type of stringassociated_interface=null# comment - (optional) is a type of stringcomment=null# country - (optional) is a type of stringcountry=null# end_ip - (optional) is a type of stringend_ip=null# fqdn - (optional) is a type of stringfqdn=null# name - (required) is a type of stringname=null# show_in_address_list - (optional) is a type of stringshow_in_address_list=null# start_ip - (optional) is a type of stringstart_ip=null# static_route_configure - (optional) is a type of stringstatic_route_configure=null# subnet - (optional) is a type of stringsubnet=null# type - (required) is a type of stringtype=null
}
resource"fortios_firewall_object_address""this" {
# associated_interface - (optional) is a type of stringassociated_interface=var.associated_interface# comment - (optional) is a type of stringcomment=var.comment# country - (optional) is a type of stringcountry=var.country# end_ip - (optional) is a type of stringend_ip=var.end_ip# fqdn - (optional) is a type of stringfqdn=var.fqdn# name - (required) is a type of stringname=var.name# show_in_address_list - (optional) is a type of stringshow_in_address_list=var.show_in_address_list# start_ip - (optional) is a type of stringstart_ip=var.start_ip# static_route_configure - (optional) is a type of stringstatic_route_configure=var.static_route_configure# subnet - (optional) is a type of stringsubnet=var.subnet# type - (required) is a type of stringtype=var.type
}