## Requirements | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.1.4 | | [aws](#requirement\_aws) | ~> 4.3.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | ~> 4.3.0 | ## Modules No modules. ## Resources | Name | Type | |------|------| | [aws_elastic_beanstalk_application.application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elastic_beanstalk_application) | resource | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [application\_description](#input\_application\_description) | Short description of the application. | `string` | `"Beanstalk Application"` | no | | [application\_name](#input\_application\_name) | The name of the application, must be unique within account. | `string` | `"Beanstalk"` | no | | [appversion\_lifecycle\_delete\_source\_from\_s3](#input\_appversion\_lifecycle\_delete\_source\_from\_s3) | Whether to delete application versions from S3 source. | `bool` | `false` | no | | [appversion\_lifecycle\_max\_count](#input\_appversion\_lifecycle\_max\_count) | The max number of application versions to keep. | `number` | `2` | no | | [appversion\_lifecycle\_service\_role\_arn](#input\_appversion\_lifecycle\_service\_role\_arn) | The service role ARN to use for application version cleanup. If left empty, the `appversion_lifecycle` block will not be created. | `string` | `""` | no | ## Outputs | Name | Description | |------|-------------| | [application\_description](#output\_application\_description) | n/a | | [application\_name](#output\_application\_name) | n/a |