|
18 | 18 | ** |
19 | 19 | ** This file was automatically generated by the `cloudposse/build-harness`. |
20 | 20 | ** 1) Make all changes to `README.yaml` |
21 | | - ** 2) Run `make init` (you only need to do this once) |
22 | | - ** 3) Run`make readme` to rebuild this file. |
| 21 | + ** 2) Install [atmos](https://atmos.tools/install/) (you only need to do this once) |
| 22 | + ** 3) Run`atmos readme` to rebuild this file. |
23 | 23 | ** |
24 | 24 | ** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.) |
25 | 25 | ** |
@@ -94,6 +94,7 @@ Terraform module to provision AWS Elastic Beanstalk application |
94 | 94 | | <a name="input_appversion_lifecycle_max_age_in_days"></a> [appversion\_lifecycle\_max\_age\_in\_days](#input\_appversion\_lifecycle\_max\_age\_in\_days) | The number of days to retain an application version | `number` | `null` | no | |
95 | 95 | | <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. if left as default and `appversion_lifecycle_max_age_in_days` is set, `appversion_lifecycle_max_age_in_days` will be used. Otherwise `appversion_lifecycle_max_count` will take place | `number` | `200` | no | |
96 | 96 | | <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 | |
| 97 | +| <a name="input_appversion_lifecycle_service_role_name_suffix"></a> [appversion\_lifecycle\_service\_role\_name\_suffix](#input\_appversion\_lifecycle\_service\_role\_name\_suffix) | Suffix to add to the lifecycle service role name. | `string` | `"eb-appversion-lifecycle-service"` | no | |
97 | 98 | | <a name="input_attributes"></a> [attributes](#input\_attributes) | ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br/>in the order they appear in the list. New attributes are appended to the<br/>end of the list. The elements of the list are joined by the `delimiter`<br/>and treated as a single ID element. | `list(string)` | `[]` | no | |
98 | 99 | | <a name="input_context"></a> [context](#input\_context) | Single object for setting entire context at once.<br/>See description of individual variables for details.<br/>Leave string and numeric variables as `null` to use default value.<br/>Individual variable settings (non-null) override settings in context object,<br/>except for attributes, tags, and additional\_tag\_map, which are merged. | `any` | <pre>{<br/> "additional_tag_map": {},<br/> "attributes": [],<br/> "delimiter": null,<br/> "descriptor_formats": {},<br/> "enabled": true,<br/> "environment": null,<br/> "id_length_limit": null,<br/> "label_key_case": null,<br/> "label_order": [],<br/> "label_value_case": null,<br/> "labels_as_tags": [<br/> "unset"<br/> ],<br/> "name": null,<br/> "namespace": null,<br/> "regex_replace_chars": null,<br/> "stage": null,<br/> "tags": {},<br/> "tenant": null<br/>}</pre> | no | |
99 | 100 | | <a name="input_create_lifecycle_service_role"></a> [create\_lifecycle\_service\_role](#input\_create\_lifecycle\_service\_role) | Whether to create service role for application version cleanup. If set, `appversion_lifecycle_service_role_arn` will be ignored | `bool` | `false` | no | |
@@ -190,7 +191,8 @@ For additional context, refer to some of these links. |
190 | 191 | > - **Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate. |
191 | 192 | > |
192 | 193 | > <a href="https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-elastic-beanstalk-application&utm_content=commercial_support"><img alt="Request Quote" src="https://img.shields.io/badge/request%20quote-success.svg?style=for-the-badge"/></a> |
193 | | -> </details> |
| 194 | +> |
| 195 | +</details> |
194 | 196 |
|
195 | 197 | ## ✨ Contributing |
196 | 198 |
|
@@ -298,7 +300,7 @@ All other trademarks referenced herein are the property of their respective owne |
298 | 300 |
|
299 | 301 |
|
300 | 302 | --- |
301 | | -Copyright © 2017-2025 [Cloud Posse, LLC](https://cpco.io/copyright) |
| 303 | +Copyright © 2017-2026 [Cloud Posse, LLC](https://cpco.io/copyright) |
302 | 304 |
|
303 | 305 |
|
304 | 306 | <a href="https://cloudposse.com/readme/footer/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-elastic-beanstalk-application&utm_content=readme_footer_link"><img alt="README footer" src="https://cloudposse.com/readme/footer/img"/></a> |
|
0 commit comments