feat(dash): Terraform AWS Beanstalk split
[csit.git] / fdio.infra.terraform / terraform-aws-elastic-beanstalk-application / README.md
1 <!-- BEGIN_TF_DOCS -->
2 ## Requirements
3
4 | Name | Version |
5 |------|---------|
6 | <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.1.4 |
7 | <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.3.0 |
8
9 ## Providers
10
11 | Name | Version |
12 |------|---------|
13 | <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.3.0 |
14
15 ## Modules
16
17 No modules.
18
19 ## Resources
20
21 | Name | Type |
22 |------|------|
23 | [aws_elastic_beanstalk_application.application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elastic_beanstalk_application) | resource |
24
25 ## Inputs
26
27 | Name | Description | Type | Default | Required |
28 |------|-------------|------|---------|:--------:|
29 | <a name="input_application_description"></a> [application\_description](#input\_application\_description) | Short description of the application. | `string` | `"Beanstalk Application"` | no |
30 | <a name="input_application_name"></a> [application\_name](#input\_application\_name) | The name of the application, must be unique within account. | `string` | `"Beanstalk"` | no |
31 | <a name="input_appversion_lifecycle_delete_source_from_s3"></a> [appversion\_lifecycle\_delete\_source\_from\_s3](#input\_appversion\_lifecycle\_delete\_source\_from\_s3) | Whether to delete application versions from S3 source. | `bool` | `false` | no |
32 | <a name="input_appversion_lifecycle_max_count"></a> [appversion\_lifecycle\_max\_count](#input\_appversion\_lifecycle\_max\_count) | The max number of application versions to keep. | `number` | `2` | no |
33 | <a name="input_appversion_lifecycle_service_role_arn"></a> [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 |
34
35 ## Outputs
36
37 | Name | Description |
38 |------|-------------|
39 | <a name="output_application_description"></a> [application\_description](#output\_application\_description) | n/a |
40 | <a name="output_application_name"></a> [application\_name](#output\_application\_name) | n/a |
41 <!-- END_TF_DOCS -->