ad-create

ghostinthewires/ad-create/azurerm

Terraform Module HCL AZURERM

This module quickly creates an Azure Windows VM and creates an Active Directory Forest using a VM Extension

Install
module "ad-create" {
source = "ghostinthewires/ad-create/azurerm"
version = "1.0.0"
}
plain text: /constructs/tfmod-ghostinthewires-ad-create-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-azurerm-ad-create This module quickly creates an Azure Windows Server 2012 R2 VM and creates an Active Directory Forest using a Virtual Machine Extension in Terraform (using the azurerm_virtual_machine_extension resource). Notes - This module is intended as an example of creating a VM and Active Directory Domain, and it is not recommended for production use as the configuration has been simplified for demo purposes, e.g.: - The Active Directory Forest has a single node, for demonstration purposes - There's no security rules configured on the network, so everything's open etc. - The numbering on the files within the modules below have no effect on which order the resources are created in - it's purely to make the examples easier to understand. Running this Example Initialize the m

Inputs (7)
NameTypeDescriptionDefault
locationanyThe Azure Region in which the Resource Group exists required
prefixanyThe prefix used for all resources in this example. Needs to be a short (6 charac required
subnet_idanyThe Subnet ID which the Domain Controller's NIC should be created in. This shoul required
private_ip_addressanyThe private IP address for the Domain Controller's NIC required
admin_usernameanyThe username associated with the local administrator account on the virtual mach required
admin_passwordanyThe password associated with the local administrator account on the virtual mach required
resource_group_nameanyThe name of the Resource Group where the Domain Controllers resources will be cr required
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud AZURERM
★ Stars10
Forks15
Total downloads5.8k
Inputs7
Submodules1
LicenseApache-2.0
Namespaceghostinthewires
Updated