Skip to content

Commit 48d5840

Browse files
committed
chore: update README.md
1 parent 2b6d6b1 commit 48d5840

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
**
1919
** This file was automatically generated by the `cloudposse/build-harness`.
2020
** 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.
2323
**
2424
** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)
2525
**
@@ -94,6 +94,7 @@ Terraform module to provision AWS Elastic Beanstalk application
9494
| <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 |
9595
| <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 |
9696
| <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 |
9798
| <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 |
9899
| <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 |
99100
| <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.
190191
> - **Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate.
191192
>
192193
> <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>
194196
195197
## ✨ Contributing
196198

@@ -298,7 +300,7 @@ All other trademarks referenced herein are the property of their respective owne
298300

299301

300302
---
301-
Copyright © 2017-2025 [Cloud Posse, LLC](https://cpco.io/copyright)
303+
Copyright © 2017-2026 [Cloud Posse, LLC](https://cpco.io/copyright)
302304

303305

304306
<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

Comments
 (0)