Releases: cloudposse/terraform-aws-elastic-beanstalk-environment
Releases · cloudposse/terraform-aws-elastic-beanstalk-environment
Fix readme
- Fix avatars links
- Fix link on badge
release
0.4.1 Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README
0.4.0
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
what
Add a setting to use Immutable
strategy of deployment (instead changing instances in-place, create new ones)
why
Because immutable strategy ensure that all the process of deployment can be done from scratch (don't depend on old components, force creation of new resources for changes).
references
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.rollingupdates.html
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environmentmgmt-updates-immutable.html
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.rolling-version-deploy.html