g00glen00b / dimitri.codes

Static generator for dimitri.codes using Gatsby
https://dimitri.codes
Other
20 stars 7 forks source link

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

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

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

balajimathu commented 2 years ago

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.

RafalPydyniak commented 1 year ago

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.

rkoonireddy commented 6 months ago

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