Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support application version lifecycle max_age_in_days option #34

Closed
scraperg opened this issue Jul 26, 2021 · 0 comments · Fixed by #44
Closed

Support application version lifecycle max_age_in_days option #34

scraperg opened this issue Jul 26, 2021 · 0 comments · Fixed by #44
Labels
enhancement New feature or request

Comments

@scraperg
Copy link

scraperg commented Jul 26, 2021

Describe the Feature

Requesting that support be added for aws_elastic_beanstalk_application's max_age_in_days application version lifecycle option. It is similar to the max_count option which is supported by appversion_lifecycle_max_count in CloudPosse's elastic-beanstalk-application module.

See: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elastic_beanstalk_application#max_age_in_days

Expected Behavior

The CloudPosse elastic-beanstalk-application module should provide an option to set aws_elastic_beanstalk_application's max_age_in_days option.

Use Case

The max_age_in_days application version lifecycle option allows you to remove old versions based on age, rather than based on the number of versions accumulated.

Alternatives Considered

Could potentially set the max_age_in_days via the AWS Console or CLI.

@korenyoni korenyoni added the enhancement New feature or request label Jul 26, 2021
@scraperg scraperg changed the title Support Support application version lifecycle max_age_in_days option Jul 26, 2021
@hans-d hans-d closed this as completed in #44 Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants