New sample (converted from Bicep via OpenAI)
This commit is contained in:
21
quickstart/101-devtest-labs/readme.md
Normal file
21
quickstart/101-devtest-labs/readme.md
Normal file
@ -0,0 +1,21 @@
|
||||
# Windows virtual machine in an Azure DevTest Lab
|
||||
|
||||
This template deploys a Windows virtual machine within an Azure DevTest Lab.
|
||||
|
||||
## Terraform resource types
|
||||
|
||||
- [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
|
||||
- [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)
|
||||
- [azurerm_dev_test_lab](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_test_lab)
|
||||
- [azurerm_dev_test_virtual_network](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_test_virtual_network)
|
||||
- [azurerm_dev_test_windows_virtual_machine](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/dev_test_windows_virtual_machine)
|
||||
|
||||
## Variables
|
||||
|
||||
| Name | Description | Default |
|
||||
|-|-|-|
|
||||
| `lab_name` | The name of the new lab instance to be created. | |
|
||||
| `vm_name` | The name of the VM 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. | |
|
Reference in New Issue
Block a user