|
| 1 | +<!-- markdownlint-disable --> |
1 | 2 | # terraform-aws-lambda-elasticsearch-cleanup |
2 | 3 |
|
3 | 4 | [](https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/actions?query=workflow%3ALambda) [](https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/releases/latest) [](https://slack.cloudposse.com) |
| 5 | +<!-- markdownlint-restore --> |
4 | 6 |
|
5 | 7 | [![README Header][readme_header_img]][readme_header_link] |
6 | 8 |
|
@@ -68,8 +70,15 @@ We literally have [*hundreds of terraform modules*][terraform_modules] that are |
68 | 70 | ## Usage |
69 | 71 |
|
70 | 72 |
|
71 | | -**IMPORTANT:** The `master` branch is used in `source` just as an example. In your code, do not pin to `master` because there may be breaking changes between releases. |
72 | | -Instead pin to the release tag (e.g. `?ref=tags/x.y.z`) of one of our [latest releases](https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/releases). |
| 73 | +**IMPORTANT:** We do not pin modules to versions in our examples because of the |
| 74 | +difficulty of keeping the versions in the documentation in sync with the latest released versions. |
| 75 | +We highly recommend that in your code you pin the version to the exact version you are |
| 76 | +using so that your infrastructure remains stable, and update versions in a |
| 77 | +systematic way so that they do not catch you by surprise. |
| 78 | + |
| 79 | +Also, because of a bug in the Terraform registry ([hashicorp/terraform#21417](https://github.com/hashicorp/terraform/issues/21417)), |
| 80 | +the registry shows many of our inputs as required when in fact they are optional. |
| 81 | +The table below correctly indicates which inputs are required. |
73 | 82 |
|
74 | 83 |
|
75 | 84 |
|
@@ -152,7 +161,7 @@ is given |
152 | 161 |
|
153 | 162 | | Name | Version | |
154 | 163 | |------|---------| |
155 | | -| terraform | >= 0.12.0 | |
| 164 | +| terraform | >= 0.12.26 | |
156 | 165 | | aws | >= 2.0 | |
157 | 166 | | null | >= 2.0 | |
158 | 167 |
|
@@ -295,7 +304,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow. |
295 | 304 |
|
296 | 305 | ## Copyright |
297 | 306 |
|
298 | | -Copyright © 2017-2020 [Cloud Posse, LLC](https://cpco.io/copyright) |
| 307 | +Copyright © 2017-2021 [Cloud Posse, LLC](https://cpco.io/copyright) |
299 | 308 |
|
300 | 309 |
|
301 | 310 |
|
@@ -352,8 +361,10 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply |
352 | 361 |
|
353 | 362 | ### Contributors |
354 | 363 |
|
| 364 | +<!-- markdownlint-disable --> |
355 | 365 | | [![Josh Myers][joshmyers_avatar]][joshmyers_homepage]<br/>[Josh Myers][joshmyers_homepage] | [![Erik Osterman][osterman_avatar]][osterman_homepage]<br/>[Erik Osterman][osterman_homepage] | [![Andriy Knysh][aknysh_avatar]][aknysh_homepage]<br/>[Andriy Knysh][aknysh_homepage] | [![Igor Rodionov][goruha_avatar]][goruha_homepage]<br/>[Igor Rodionov][goruha_homepage] | [![Marcin Brański][3h4x_avatar]][3h4x_homepage]<br/>[Marcin Brański][3h4x_homepage] | |
356 | 366 | |---|---|---|---|---| |
| 367 | +<!-- markdownlint-restore --> |
357 | 368 |
|
358 | 369 | [joshmyers_homepage]: https://github.com/joshmyers |
359 | 370 | [joshmyers_avatar]: https://img.cloudposse.com/150x150/https://github.com/joshmyers.png |
|
0 commit comments