gusLopezC / terraform-academy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Terraform Academy

Template Examples

https://github.com/gitpitch/the-template/blob/master/PITCHME.md

Using Cloud9 (optional)

Use the following CloudFormation template to setup a Cloud9 environment in us-east-1 (N. Virginia), just click Next, Next, Next and Create Stack:

Launch Stack

Go to your Cloud9 service inside the AWS console and click Open IDE on your new environment called TerraformAcademy.

Once inside, use the terminal to install Terraform 0.12 with the following commands:

wget https://releases.hashicorp.com/terraform/0.12.19/terraform_0.12.19_linux_amd64.zip
unzip terraform_0.12.19_linux_amd64.zip && sudo mv terraform /usr/local/bin && rm -f terraform_0.12.19_linux_amd64.zip
terraform version

You can start working with the files located in the terraform-academy folder.

About


Languages

Language:HCL 69.3%Language:Python 18.1%Language:CSS 7.1%Language:Shell 3.9%Language:Dockerfile 1.6%