Build a virtual machine in a given subnet for testing network connectivity.
Name | Version |
---|---|
terraform | >= 0.13 |
azurerm | ~> 3.0 |
random | ~> 3.1 |
Name | Version |
---|---|
azurerm | 3.0.2 |
random | 3.1.2 |
No modules.
Name | Type |
---|---|
azurerm_network_interface.nic | resource |
azurerm_virtual_machine.vm | resource |
random_password.vmpw | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
admin_user | The administrative username for this host. | string |
"azureadmin" |
no |
enable | Enable creation of vm in this subnet. | bool |
true |
no |
location | The Azure region | string |
n/a | yes |
resource_group_name | The name of the resource group which will contain the resources. | string |
n/a | yes |
subnet_id | The id of the subnet for the vm. | string |
n/a | yes |
vm_name | The name of the host. | string |
n/a | yes |
Name | Description |
---|---|
admin_password | The administrative password on the host. |
admin_user | The administrative user on the host. |
name | The name of the host. |
private_ip | The private IP of this host. |