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_internetservicename" {
source="./modules/fortios/r/fortios_firewall_internetservicename"# city_id - (optional) is a type of numbercity_id=null# country_id - (optional) is a type of numbercountry_id=null# internet_service_id - (optional) is a type of numberinternet_service_id=null# name - (optional) is a type of stringname=null# region_id - (optional) is a type of numberregion_id=null# type - (optional) is a type of stringtype=null
}
resource"fortios_firewall_internetservicename""this" {
# city_id - (optional) is a type of numbercity_id=var.city_id# country_id - (optional) is a type of numbercountry_id=var.country_id# internet_service_id - (optional) is a type of numberinternet_service_id=var.internet_service_id# name - (optional) is a type of stringname=var.name# region_id - (optional) is a type of numberregion_id=var.region_id# type - (optional) is a type of stringtype=var.type
}