diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb7cf7..c3a235e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.14.1 (June 14, 2022) + +FIXES: + +* Add variables and parameters for `cold_storage` configuration (thanks @AlKapkone) + ## 0.14.0 (June 10, 2022) ENHANCEMENTS: diff --git a/README.md b/README.md index 969a989..e30ef36 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ No modules. | [cloudwatch\_log\_enabled](#input\_cloudwatch\_log\_enabled) | Change to false to avoid deploying any Cloudwatch Logs resources | `bool` | `true` | no | | [cluster\_config](#input\_cluster\_config) | Cluster configuration of the domain | `any` | `{}` | no | | [cluster\_config\_availability\_zone\_count](#input\_cluster\_config\_availability\_zone\_count) | Number of Availability Zones for the domain to use with | `number` | `3` | no | +| [cluster\_config\_cold\_storage\_options\_enabled](#input\_cluster\_config\_cold\_storage\_options\_enabled) | Indicates whether to enable cold storage for an Elasticsearch domain | `bool` | `false` | no | | [cluster\_config\_dedicated\_master\_count](#input\_cluster\_config\_dedicated\_master\_count) | Number of dedicated master nodes in the cluster | `number` | `3` | no | | [cluster\_config\_dedicated\_master\_enabled](#input\_cluster\_config\_dedicated\_master\_enabled) | Indicates whether dedicated master nodes are enabled for the cluster | `bool` | `true` | no | | [cluster\_config\_dedicated\_master\_type](#input\_cluster\_config\_dedicated\_master\_type) | Instance type of the dedicated master nodes in the cluster | `string` | `"r5.large.elasticsearch"` | no |