Skip to content

gondaljutt/learn-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Basic Terraform Learning Repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages