terraform/quickstart/101-devtest-labs
github-actions[bot] 2bfc5cfbf2 Update TestRecord 2024-11-17 03:48:00 +00:00
..
TestRecord.md Update TestRecord 2024-11-17 03:48:00 +00:00
main.tf 101-devtest-labs - generate the vm name with random value (#272) 2023-11-15 13:27:30 +08:00
outputs.tf Added output of values 2023-02-27 12:14:54 -08:00
providers.tf bump azurerm to v3 2024-10-04 10:19:03 +08:00
readme.md 101-devtest-labs - generate the vm name with random value (#272) 2023-11-15 13:27:30 +08:00
variables.tf 101-devtest-labs - generate the vm name with random value (#272) 2023-11-15 13:27:30 +08:00

readme.md

Windows virtual machine in an Azure DevTest Lab

This template deploys a Windows virtual machine within an Azure DevTest Lab.

Terraform resource types

Variables

Name Description Default
resource_group_name_prefix Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. rg
resource_group_location Location of the resource group. eastus
lab_name The name of the new lab instance to be created.
vm_size The size of the VM to be created. Standard_D4_v3
user_name The username for the local account that will be created on the new VM.
password The password for the local account that will be created on the new VM.