For example see example/vm.tf
Name | Version |
---|---|
azurerm | >=3.34.0 |
Name | Version |
---|---|
azurerm | >=3.34.0 |
No modules.
Name | Type |
---|---|
azurerm_network_interface.example | resource |
azurerm_public_ip.vm | resource |
azurerm_windows_virtual_machine.example | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
location | Location of the VM | string |
n/a | yes |
private_ip_address | (OPTIONAL) Set static IP address | string |
null |
no |
resource_group_name | RG to put the VM and attached resources | string |
n/a | yes |
subnet_id | Subnet ID | string |
n/a | yes |
use_public_ip | Attach public IP | bool |
false |
no |
vm_name | Name of the VM and it's attached resources. All names are prefixed | string |
n/a | yes |
vm_password | n/a | string |
n/a | yes |
vm_sku | VM SKU | string |
"Standard_B2als_v5" |
no |
vm_username | n/a | string |
"azadmin" |
no |
No outputs.