Skip to content

Releases: cloudposse/terraform-aws-elastic-beanstalk-environment

0.11.0 Add variable for application port and remove hard-coded values

13 Feb 17:42

Choose a tag to compare

what

  • Add variable for application port and remove hard-coded values

why

  • To be able to run applications on ports other than 80

0.10.0 Add `elb_scheme` setting

24 Jan 18:33

Choose a tag to compare

what

  • Add elb_scheme setting

why

  • Allow choosing internal or public LB

0.9.0: Output Elastic Load Balancers (#73)

24 Jan 17:59

Choose a tag to compare

* Allow aws:elasticbeanstalk:managedactions toggling

* Remove duplicate DeploymentPolicy setting

* Add support for CloudWatch health log streaming

* Updated documentation

* Rebuild README

* Add all beanstalk outputs

* Documentation updates

* Add description variable and fix for boolean values

* Remove description output

It is listed in the documentation but fails every time. It isn’t a critical output anyway.

Error: Error running plan: 1 error(s) occurred:

* module.elastic_beanstalk_environment.output.description: Resource 'aws_elastic_beanstalk_environment.default' does not have attribute 'description' for variable 'aws_elastic_beanstalk_environment.default.description'

* Documentation update

* Updated enable_managed_actions documentation

* tf fmt

* Added ALB ARN output

* Rebuilt readme to show changes

0.8.1 Remove spaces from config

14 Jan 15:46

Choose a tag to compare

what

  • Remove spaces from config

why

  • These spaces cause a change to be planned every time

0.8.0 Add option to specify environment type

14 Jan 15:41

Choose a tag to compare

what

  • Add option to specify environment type

why

  • There are two types of Elastic Beanstalk environments, LoadBalanced and SingleInstance. Sometimes it's desirable to use SingleInstance without the horizontal scaling

0.7.0

13 Jan 00:53

Choose a tag to compare

what

  • Add flag to specify whether to use enhanced reporting

why

  • enhanced health not supported by some platforms, but could not be changed

0.6.6 Update readme yaml file and rebuild md

06 Dec 13:27
904dc86

Choose a tag to compare

what

  • updated README.yaml file
  • add tags and categories
  • rebuild README.md file

why

  • need to add categories and tags so we can pull them into the documentation

0.6.5

20 Nov 20:28

Choose a tag to compare

feat(variables.tf) eu-west-3 alb zone id added into map (#61)

0.6.4 Add a new `loadbalancer_ssl_policy` var

06 Nov 03:04

Choose a tag to compare

what

  • Add a new loadbalancer_ssl_policy var

why

The SSL policy is set to None by default. This means all versions of TLS, etc are supported and cannot be controlled.

0.6.3 Add support for `aws:elasticbeanstalk:hostmanager`, `aws:elasticbeanstalk:cloudwatch:logs` and `aws:elasticbeanstalk:cloudwatch:logs:health` options

01 Nov 13:59

Choose a tag to compare

what

Add support for aws:elasticbeanstalk:hostmanager, aws:elasticbeanstalk:cloudwatch:logs and aws:elasticbeanstalk:cloudwatch:logs:health options

why

Support log settings
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-logging.html