Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 279 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 279 Bytes

terraform-3-tier-infra

3 tier aws infra with terraform

Project setup

  1. Download and install terraform in your machine

  2. Clone the repo

  3. Get inside the project folder

  4. Execute below commands

terraform init
terrraform validate
terraform plan
terraform apply