Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 326 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 326 Bytes

Deploy

  1. cd to your terraform you want to run. e.g: cd terraform-create-ec2-instance
  2. Run command terraform init
  3. Run command terraform apply

Destroy

Run command terraform destroy

Notes

  • Terraform locals help us reduce duplication in our code. You guys can see in terraform-locals-variables