Terraform-provider-aws: AWS Provider - Feature Request: Elastic Beanstalk application version lifecycle.

Created on 13 Jun 2017  ยท  8Comments  ยท  Source: hashicorp/terraform-provider-aws

_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
  }
}
enhancement servicelasticbeanstalk

Most helpful comment

There is a PR for this now - is anyone available to review it? @radeksimko

All 8 comments

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!

Was this page helpful?
0 / 5 - 0 ratings