Windows Domain Controller
A Windows Domain Controller is the hub of network management in a Windows domain, handling user authentication, resource access, and security policies.
Example Terraform Resource Usage
Schema
type
windows-domain-controllerconnected_resource_types
List of resource types to sync. The following are the available resource type/s you can use:windows-domain-controller
windows-domain-controller-server
windows-domain-controller-server-group
Metadata
host
(Required | String) Hostport
(Required | String) WinRM PortDefault value:
5985
rdp_port
(Optional | String) RDP PortDefault value:
3389
ssl
(Required | String) Use SSL connectionDefault value:
false
Possible values: false, true
email_selector_field_name_override
(Optional | String) User Email Attribute NameDefault value:
UserPrincipalName
Last updated