description: this project is goign to create infrastructure for a facebook app
- Install aws cli (https://aws.amazon.com/cli/) and terraform cli (https://www.terraform.io/)
- Setup aws configure wiht access key and secret access key ID
- Run the below commands in order
terraform init
terraform validate
terraform plan
terraform apply