You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,11 @@ We literally have [*hundreds of terraform modules*][terraform_modules] that are
48
48
49
49
## Usage
50
50
51
+
52
+
**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.
53
+
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).
54
+
55
+
51
56
```hcl
52
57
module "elasticsearch_cleanup" {
53
58
source = "../"
@@ -92,6 +97,7 @@ is given
92
97
| attributes | Additional attributes (e.g. `1`) | list |`<list>`| no |
93
98
| delete_after | Number of days to preserve | string |`15`| no |
94
99
| delimiter | Delimiter to be used between `namespace`, `stage`, `name` and `attributes`| string |`-`| no |
100
+
| enabled | This module will not create any resources unless enabled is set to "true" | string |`true`| no |
0 commit comments