terraform/examples/101-vm-simple-linux
Scott Nowicki c4ac9c3dbb fixed syntax for terraform variables 2017-04-19 16:38:18 -05:00
..
.gitignore gitignore added 2017-04-17 18:02:29 -05:00
README.md initial commit - deploys successfully 2017-04-17 15:46:01 -05:00
deploy.sh fixed syntax for terraform variables 2017-04-19 16:38:18 -05:00
main.tf initial commit - deploys successfully 2017-04-17 15:46:01 -05:00
variables.tf initial commit - deploys successfully 2017-04-17 15:46:01 -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.