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_system_automationtrigger" {
source="./modules/fortios/r/fortios_system_automationtrigger"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# event_type - (optional) is a type of stringevent_type=null# faz_event_name - (optional) is a type of stringfaz_event_name=null# faz_event_severity - (optional) is a type of stringfaz_event_severity=null# faz_event_tags - (optional) is a type of stringfaz_event_tags=null# ioc_level - (optional) is a type of stringioc_level=null# license_type - (optional) is a type of stringlicense_type=null# logid - (optional) is a type of numberlogid=null# name - (optional) is a type of stringname=null# report_type - (optional) is a type of stringreport_type=null# trigger_day - (optional) is a type of numbertrigger_day=null# trigger_frequency - (optional) is a type of stringtrigger_frequency=null# trigger_hour - (optional) is a type of numbertrigger_hour=null# trigger_minute - (optional) is a type of numbertrigger_minute=null# trigger_type - (optional) is a type of stringtrigger_type=null# trigger_weekday - (optional) is a type of stringtrigger_weekday=nullfields=[{
id =null
name =null
value =null
}]
}
resource"fortios_system_automationtrigger""this" {
# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# event_type - (optional) is a type of stringevent_type=var.event_type# faz_event_name - (optional) is a type of stringfaz_event_name=var.faz_event_name# faz_event_severity - (optional) is a type of stringfaz_event_severity=var.faz_event_severity# faz_event_tags - (optional) is a type of stringfaz_event_tags=var.faz_event_tags# ioc_level - (optional) is a type of stringioc_level=var.ioc_level# license_type - (optional) is a type of stringlicense_type=var.license_type# logid - (optional) is a type of numberlogid=var.logid# name - (optional) is a type of stringname=var.name# report_type - (optional) is a type of stringreport_type=var.report_type# trigger_day - (optional) is a type of numbertrigger_day=var.trigger_day# trigger_frequency - (optional) is a type of stringtrigger_frequency=var.trigger_frequency# trigger_hour - (optional) is a type of numbertrigger_hour=var.trigger_hour# trigger_minute - (optional) is a type of numbertrigger_minute=var.trigger_minute# trigger_type - (optional) is a type of stringtrigger_type=var.trigger_type# trigger_weekday - (optional) is a type of stringtrigger_weekday=var.trigger_weekdaydynamic"fields" {
for_each=var.fieldscontent {
# id - (optional) is a type of numberid=fields.value["id"]
# name - (optional) is a type of stringname=fields.value["name"]
# value - (optional) is a type of stringvalue=fields.value["value"]
}
}
}