christophetd / Adaz

:wrench: Deploy customizable Active Directory labs in Azure - automatically.
https://blog.christophetd.fr/automating-the-provisioning-of-active-directory-labs-in-azure/
406 stars 83 forks source link

Change RAM and create Linux machines #19

Closed rusticrajp closed 4 years ago

rusticrajp commented 4 years ago

1) Is there a way to change the size of VMs? 2) is there a way to add few linux machines to the lab?

christophetd commented 4 years ago

There are two Terraform variables available to customize this (see terraform/vars.tf):

See https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-sizes-specs for possible values. Example:

$ terraform apply -var "dc_vm_size=Standard_D3_v2" -var "workstations_vm_size=Standard_D2_v2"