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_shapingprofile" {
source="./modules/fortios/r/fortios_firewall_shapingprofile"# comment - (optional) is a type of stringcomment=null# default_class_id - (required) is a type of numberdefault_class_id=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# profile_name - (required) is a type of stringprofile_name=null# type - (optional) is a type of stringtype=nullshaping_entries=[{
burst_in_msec =null
cburst_in_msec =null
class_id =null
guaranteed_bandwidth_percentage =null
id =null
limit =null
max =null
maximum_bandwidth_percentage =null
min =null
priority =null
red_probability =null
}]
}
resource"fortios_firewall_shapingprofile""this" {
# comment - (optional) is a type of stringcomment=var.comment# default_class_id - (required) is a type of numberdefault_class_id=var.default_class_id# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# profile_name - (required) is a type of stringprofile_name=var.profile_name# type - (optional) is a type of stringtype=var.typedynamic"shaping_entries" {
for_each=var.shaping_entriescontent {
# burst_in_msec - (optional) is a type of numberburst_in_msec=shaping_entries.value["burst_in_msec"]
# cburst_in_msec - (optional) is a type of numbercburst_in_msec=shaping_entries.value["cburst_in_msec"]
# class_id - (optional) is a type of numberclass_id=shaping_entries.value["class_id"]
# guaranteed_bandwidth_percentage - (optional) is a type of numberguaranteed_bandwidth_percentage=shaping_entries.value["guaranteed_bandwidth_percentage"]
# id - (optional) is a type of numberid=shaping_entries.value["id"]
# limit - (optional) is a type of numberlimit=shaping_entries.value["limit"]
# max - (optional) is a type of numbermax=shaping_entries.value["max"]
# maximum_bandwidth_percentage - (optional) is a type of numbermaximum_bandwidth_percentage=shaping_entries.value["maximum_bandwidth_percentage"]
# min - (optional) is a type of numbermin=shaping_entries.value["min"]
# priority - (optional) is a type of stringpriority=shaping_entries.value["priority"]
# red_probability - (optional) is a type of numberred_probability=shaping_entries.value["red_probability"]
}
}
}