dimitri.codes icon indicating copy to clipboard operation
dimitri.codes copied to clipboard

https://dimitri.codes/spring-boot-terraform

Open utterances-bot opened this issue 2 years ago • 3 comments

Deploying your Spring boot application to AWS with Terraform | Dimitri's tutorials

In this tutorial I'll deploy a simple Spring boot application on AWS by using Terraform.

https://dimitr.im/spring-boot-terraform

utterances-bot avatar Jun 03 '22 05:06 utterances-bot

Well written. But as you are updating the same main.tf again and again, it is confusing. So you might have updated with 1. What we have created so far 2. What are the changes we are adding up now.

balajimathu avatar Jun 03 '22 05:06 balajimathu

Great tutorial. One thing - aws_s3_bucket_object is depracated and aws_s3_object should be used. In this example the only change required is the type of resource. bucket/key/source variables work as before.

RafalPydyniak avatar Feb 03 '23 10:02 RafalPydyniak

is there an updated version for this ? where you use only the s3 bucket with beanstalk and uses only the "Handler" method?

rkoonireddy avatar Apr 20 '24 18:04 rkoonireddy