Create a Microsoft Active Directory AWS Directory Service
Creates Microsoft AD AWS Directory Service
This module requires Terraform version 0.10.x
or newer.
This module depends on a correctly configured AWS Provider in your Terraform codebase.
module "ad" {
source = "neillturner/microsoftad/aws"
version = "0.1.0"
domain_name = "aws.example.com"
short_name = "corp"
computer_ou = "ou=aws,dc=example,dc=com"
edition = "Standard"
admin_password = "secret"
vpc_id = vpc-xxxxxx"
subnet_ids = "subnet-yyyyyyyyy"
}