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_authentication_rule" {
source="./modules/fortios/r/fortios_authentication_rule"# active_auth_method - (optional) is a type of stringactive_auth_method=null# comments - (optional) is a type of stringcomments=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# ip_based - (optional) is a type of stringip_based=null# name - (optional) is a type of stringname=null# protocol - (optional) is a type of stringprotocol=null# sso_auth_method - (optional) is a type of stringsso_auth_method=null# status - (optional) is a type of stringstatus=null# transaction_based - (optional) is a type of stringtransaction_based=null# web_auth_cookie - (optional) is a type of stringweb_auth_cookie=null# web_portal - (optional) is a type of stringweb_portal=nulldstaddr=[{
name =null
}]
srcaddr=[{
name =null
}]
srcaddr6=[{
name =null
}]
srcintf=[{
name =null
}]
}
resource"fortios_authentication_rule""this" {
# active_auth_method - (optional) is a type of stringactive_auth_method=var.active_auth_method# comments - (optional) is a type of stringcomments=var.comments# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# ip_based - (optional) is a type of stringip_based=var.ip_based# name - (optional) is a type of stringname=var.name# protocol - (optional) is a type of stringprotocol=var.protocol# sso_auth_method - (optional) is a type of stringsso_auth_method=var.sso_auth_method# status - (optional) is a type of stringstatus=var.status# transaction_based - (optional) is a type of stringtransaction_based=var.transaction_based# web_auth_cookie - (optional) is a type of stringweb_auth_cookie=var.web_auth_cookie# web_portal - (optional) is a type of stringweb_portal=var.web_portaldynamic"dstaddr" {
for_each=var.dstaddrcontent {
# name - (optional) is a type of stringname=dstaddr.value["name"]
}
}
dynamic"srcaddr" {
for_each=var.srcaddrcontent {
# name - (optional) is a type of stringname=srcaddr.value["name"]
}
}
dynamic"srcaddr6" {
for_each=var.srcaddr6content {
# name - (optional) is a type of stringname=srcaddr6.value["name"]
}
}
dynamic"srcintf" {
for_each=var.srcintfcontent {
# name - (optional) is a type of stringname=srcintf.value["name"]
}
}
}