Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 616 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 616 Bytes

terraform modules to simplify Azure VM creation

A set of terraform modules to simplify Linux VM creation in Azure

Modules

  • azure_vnet - create Azure virtual networks, subnets and route tables
  • azure_vm_storage - create Azure storage accounts and containers suitable for hosting VM disks
  • ubuntu_private_vm - create Ubuntu16 VMs that do not have a public IP address
  • ubuntu_public_vm - create Ubuntu16 VMs that have a public IP address

Scenarios

Scenarios demonstrate usage of these modules

License

Apache 2 Licensed. See LICENSE for full details.