Simply following the video(click image to watch video):
This will build a basic AWS infrastructure and install a web server with apache.
- Terraform.
- AWS account.
- Clone
terraform.tfvars.sampletoterraform.tfvarsand change accordingly.
To perform a dry run:
terraform planTo run the services:
terraform apply --auto-approveTo destroy the services
terraform destroy