Skip to content

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

0.10.0 Add `elb_scheme` setting

24 Jan 18:33
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

0.6.2

26 Oct 20:06
Compare
Choose a tag to compare

what

  • Fix boolean values for new settings
  • Add description variable
  • Add all Elastic Beanstalk outputs
  • Enable instance log streaming to CloudWatch Logs

why

  • Various fixes and improvements