_This issue was originally opened by @beanaroo as hashicorp/terraform#11986. It was migrated here as part of the provider split. The original body of the issue is below._
From AWS documentation on Configuring Application Version Lifecycle Settings
The configuration parameter is ApplicationResourceLifecycleConfig
Maybe something along the lines of:
resource "aws_elastic_beanstalk_application" "tftest" {
name = "tf-test-name"
description = "tf-test-desc"
appversion_lifecycle = {
max_age = 7
max_count = 350
delete_from_s3 = true
}
}
Would really like to see this added.
There is a PR for this now - is anyone available to review it? @radeksimko
What is the status of this PR?
Also, I am interested in the status of this PR ! "appversion_lifecycle"
Sorry this one keeps slipping, that's my fault. I'll get it a proper review today or tomorrow.
Support for this configuration has been merged into master and will release with v1.16.0 of the AWS provider tomorrow.
This has been released in version 1.16.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
There is a PR for this now - is anyone available to review it? @radeksimko