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_user_domaincontroller" {
source="./modules/fortios/r/fortios_user_domaincontroller"# domain_name - (optional) is a type of stringdomain_name=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# ip_address - (required) is a type of stringip_address=null# ldap_server - (required) is a type of stringldap_server=null# name - (optional) is a type of stringname=null# port - (optional) is a type of numberport=nullextra_server=[{
id =null
ip_address =null
port =null
}]
}
resource"fortios_user_domaincontroller""this" {
# domain_name - (optional) is a type of stringdomain_name=var.domain_name# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# ip_address - (required) is a type of stringip_address=var.ip_address# ldap_server - (required) is a type of stringldap_server=var.ldap_server# name - (optional) is a type of stringname=var.name# port - (optional) is a type of numberport=var.portdynamic"extra_server" {
for_each=var.extra_servercontent {
# id - (optional) is a type of numberid=extra_server.value["id"]
# ip_address - (optional) is a type of stringip_address=extra_server.value["ip_address"]
# port - (optional) is a type of numberport=extra_server.value["port"]
}
}
}