Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 472 Bytes

The basic commands for any terraform IaC to work with are

  • terraform init
  • terraform validate
  • terraform plan
  • terraform apply
  • terraform destroy

Navigate to any specific folder and run above commands to see the infrastructure spin up in respective clouds

open the <file_name>.drawio with draw.io tool to see the architecture diagrams

Note: certified-terraform-associate folder has got all the code related to the terraform certification course