Skip to content

bowdoincollege/terraform-azure-testvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Test VM terraform module

Build a virtual machine in a given subnet for testing network connectivity.

Requirements

Name Version
terraform >= 0.13
azurerm ~> 3.0
random ~> 3.1

Providers

Name Version
azurerm 3.0.2
random 3.1.2

Modules

No modules.

Resources

Name Type
azurerm_network_interface.nic resource
azurerm_virtual_machine.vm resource
random_password.vmpw resource

Inputs

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

Outputs

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages