terraform-azurerm-virtual-machine

Terraform Azure RM Virtual Machine Module

MIT License

Stars
37

Bot releases are hidden (Show)

terraform-azurerm-virtual-machine - 0.1.0 Latest Release

Published by lonegunmanb over 1 year ago

This module is still under construction so this readme is incorrect, we need more time to improve our design. Please refer the examples folder for the usages.

This Terraform module deploys one Virtual Machines in Azure with the following characteristics:

  • Ability to specify a simple string to get the latest marketplace image using var.os_simple
  • All VMs use managed disks
  • VM nic attached to an existed virtual network subnet via var.subnet_id.

This module will only create resources that belong to the virtual machine, like managed disk and network interface. It won't create resources that don't belong to this virtual machine, like network security group.

Related Projects