Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 499 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 499 Bytes

learn-terraform - Basic Terraform Learning Repo.

How to get started.

  1. Install Terraform from https://www.terraform.io/
  2. Set AWS credentials as the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
  3. cd into the folder which you want to play with.
  4. Run terraform init.
  5. Run terraform apply.
  6. Once Terraform is sucessfully deployed it will output IP you can try out in browser.
  7. Don't forget to run destroy command once you're done playing, terraform destroy.