- Full tutorial on my dev.to/ashraf-minhaj blog post, click here. Enjoy.
- clone this repository
- add all website related files in the 'app' directory
- run
terraform init
,terraform apply
open the Terraform directory and run these commands -
- Init first
terraform init
- After that, plan to see all the changes
terraform plan
- Finally, apply and make it happen on AWS
terraform apply
if you want to auto approve without manual approval, then -
terraform apply -auto-approve
make sure to destroy after playing around with 'terraform destroy
- upload with mime type
- From stackoverflow this, and this
General Public License
Free Software, Hell Yeah!