Skip to content

fwikestad/terraform-azurerm-windows-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

For example see example/vm.tf

Requirements

Name Version
azurerm >=3.34.0

Providers

Name Version
azurerm >=3.34.0

Modules

No modules.

Resources

Name Type
azurerm_network_interface.example resource
azurerm_public_ip.vm resource
azurerm_windows_virtual_machine.example resource

Inputs

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

Outputs

No outputs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages