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_application_group" {
source="./modules/fortios/r/fortios_application_group"# behavior - (optional) is a type of stringbehavior=null# comment - (optional) is a type of stringcomment=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (optional) is a type of stringname=null# popularity - (optional) is a type of stringpopularity=null# protocols - (optional) is a type of stringprotocols=null# technology - (optional) is a type of stringtechnology=null# type - (optional) is a type of stringtype=null# vendor - (optional) is a type of stringvendor=nullapplication=[{
id =null
}]
category=[{
id =null
}]
risk=[{
level =null
}]
}
resource"fortios_application_group""this" {
# behavior - (optional) is a type of stringbehavior=var.behavior# comment - (optional) is a type of stringcomment=var.comment# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# name - (optional) is a type of stringname=var.name# popularity - (optional) is a type of stringpopularity=var.popularity# protocols - (optional) is a type of stringprotocols=var.protocols# technology - (optional) is a type of stringtechnology=var.technology# type - (optional) is a type of stringtype=var.type# vendor - (optional) is a type of stringvendor=var.vendordynamic"application" {
for_each=var.applicationcontent {
# id - (optional) is a type of numberid=application.value["id"]
}
}
dynamic"category" {
for_each=var.categorycontent {
# id - (optional) is a type of numberid=category.value["id"]
}
}
dynamic"risk" {
for_each=var.riskcontent {
# level - (optional) is a type of numberlevel=risk.value["level"]
}
}
}