Skip to content

wesol05/terraform-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform - from zero to hero

Step 0 - preparation

  • Configure cloud (AWS is used in this tutorial)
  • Install terraform
docker pull hashicorp/terraform
echo "alias tf='docker run -it -v ~/.aws:/root/.aws -v $(pwd):/infrastructure -w /infrastructure hashicorp/terraform'" >> .bashrc
  • find a plugin to your favourite editor

Step 1 - basics

  • tf init
  • tf plan
  • tf apply
  • tf destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages