- Ensure you have installed Terraform
- Ensure you've set up your AWS credentials on locally (in a .sh file)
- cd into the terraform folder in my-app
- run terraform init to initialise repository
- run terraform validate to ensure the code is correct
- run terraform fmt to fix indentation
- run terraform plan to see what will change without actually changing the recourses
- run terraform apply to apply the changes for configuration
- run terraform destroy to delete the recourses just deployed