Deploying an Angular App to AWS S3 using Terraform - Part 1
Hey there !! 🦥 In this blog, I will demonstrate how to automate the deployment of an Angular web application to AWS S3 using Terraform. By the end of this tutorial, you'll have a fully automated setup to push static files from your Angular project t...
mysoftwarediary.com4 min read
NITISH KUMAR VERMA
Hello Tech Enthusiast. I am Nitish.
The problem we faced with uploading files with terraform is that it doesn't upload the metadata of the file like content_type. If the content_type metadata is missing then the index file will download instead of rendering.