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_cifs_domaincontroller" {
source="./modules/fortios/r/fortios_cifs_domaincontroller"# domain_name - (optional) is a type of stringdomain_name=null# ip - (optional) is a type of stringip=null# ip6 - (optional) is a type of stringip6=null# password - (optional) is a type of stringpassword=null# port - (optional) is a type of numberport=null# server_name - (optional) is a type of stringserver_name=null# username - (optional) is a type of stringusername=null
}
resource"fortios_cifs_domaincontroller""this" {
# domain_name - (optional) is a type of stringdomain_name=var.domain_name# ip - (optional) is a type of stringip=var.ip# ip6 - (optional) is a type of stringip6=var.ip6# password - (optional) is a type of stringpassword=var.password# port - (optional) is a type of numberport=var.port# server_name - (optional) is a type of stringserver_name=var.server_name# username - (optional) is a type of stringusername=var.username
}