terraform/examples/azure-vm-simple-linux
Scott Nowicki f117f1de26 trying terraform 0.9.2 for destroy bug; fixed interpolation issue with sshCommand 2017-04-20 00:43:32 -05:00
..
.gitignore renamed folder; updated deployment script; prompt for additional variables 2017-04-19 17:59:56 -05:00
README.md renamed folder; updated deployment script; prompt for additional variables 2017-04-19 17:59:56 -05:00
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 trying terraform 0.9.2 for destroy bug; fixed interpolation issue with sshCommand 2017-04-20 00:43:32 -05:00
variables.tf renamed folder; updated deployment script; prompt for additional variables 2017-04-19 17:59:56 -05:00

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.