terraform/examples/azure-vm-simple-linux
Scott Nowicki 1653d5da73 incorrect variable reference 2017-04-19 19:52:02 -05:00
..
.gitignore
README.md
deploy.sh incorrect variable reference 2017-04-19 19:52:02 -05:00
main.tf moved outputs to outputs.tf; added sshCommand 2017-04-19 18:20:56 -05:00
outputs.tf fixed quotes 2017-04-19 18:34:44 -05:00
variables.tf

README.md

Deploy a simple Linux VM

ubuntu

This template allows you to deploy a simple Linux VM using a few different options for the Ubuntu version, using the latest patched version. This will deploy a A1 size VM in the resource group location and return the FQDN of the VM.

This template takes a minimum amount of parameters and deploys a Linux VM, using the latest patched version.

Azure requires that an application is added to Azure Active Directory to generate the client_id, client_secret, and tenant_id needed by Terraform (subscription_id can be recovered from your Azure account details). Please go here for full instructions on how to create this.