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_ttlpolicy" {
source="./modules/fortios/r/fortios_firewall_ttlpolicy"# action - (optional) is a type of stringaction=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# fosid - (required) is a type of numberfosid=null# schedule - (required) is a type of stringschedule=null# srcintf - (required) is a type of stringsrcintf=null# status - (optional) is a type of stringstatus=null# ttl - (required) is a type of stringttl=nullservice=[{
name =null
}]
srcaddr=[{
name =null
}]
}
resource"fortios_firewall_ttlpolicy""this" {
# action - (optional) is a type of stringaction=var.action# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# fosid - (required) is a type of numberfosid=var.fosid# schedule - (required) is a type of stringschedule=var.schedule# srcintf - (required) is a type of stringsrcintf=var.srcintf# status - (optional) is a type of stringstatus=var.status# ttl - (required) is a type of stringttl=var.ttldynamic"service" {
for_each=var.servicecontent {
# name - (optional) is a type of stringname=service.value["name"]
}
}
dynamic"srcaddr" {
for_each=var.srcaddrcontent {
# name - (optional) is a type of stringname=srcaddr.value["name"]
}
}
}