Home:ALL Converter>Terraform elasticbeanstalk deploy

Terraform elasticbeanstalk deploy

Ask Time:2017-06-01T18:46:43         Author:archev

Json Formatter

Does Terraform support application deployment using ElasticBeanstalk?

I've tried to deploy Spring Boot app using

`aws_elastic_beanstalk_application`, 
`aws_elastic_beanstalk_application_version` 
`aws_elastic_beanstalk_environment` 

directives, but noticed it creates Elastic Beanstalk application, application version and environment, but does not deploy actual .jar file. I have to use aws elasticbeanstalk update-environment command to make it work.

Author:archev,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/44305474/terraform-elasticbeanstalk-deploy
yy