The project focuses on creating infrastructure using Hashicorp Configuration Language. The current implementation focuses on creating an infrastructure on AWS.
- Terraform (reference to setup terraform)
- Windows (Tested)
- AWS account and credentials saved in .aws folder (reference)
-
Initialize terraform using
terraform init
. -
After initialization, run
terraform plan -out aws_deploy.tfplan
. -
Apply the changes using
terraform apply aws_deploy.tfplan
.