Releases: cloudposse/terraform-aws-elastic-beanstalk-environment
Releases · cloudposse/terraform-aws-elastic-beanstalk-environment
0.10.0 Add `elb_scheme` setting
what
- Add
elb_scheme
setting
why
- Allow choosing internal or public LB
0.9.0: Output Elastic Load Balancers (#73)
* 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
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
what
- Add option to specify environment type
why
- There are two types of Elastic Beanstalk environments,
LoadBalanced
andSingleInstance
. Sometimes it's desirable to useSingleInstance
without the horizontal scaling
0.7.0
0.6.6 Update readme yaml file and rebuild md
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
0.6.4 Add a new `loadbalancer_ssl_policy` var
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
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