Skip to content

Commit

Permalink
feat: Change README (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
leojaardim authored Mar 13, 2024
1 parent e69006e commit 040415a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ module "elasticache" {
```
module "elastic_serverlesss" {
source = "osgurisdosre/elasticache/aws"
create_elasticache_serveless = true
create_elasticache_serverless = true
serveless_name = "redis-serverless"
description_serveless = "Serveless"
serverless_name = "redis-serverless"
description_serverless = "serverless"
enabled_limits = true
cache_usage_limits = {
data_storage = {
Expand Down Expand Up @@ -105,8 +105,8 @@ module "elasticache" {
# Enable creation of user group
create_elasticache_user_group = true
# Enable creation of serveless
create_elasticache_serveless = true
# Enable creation of serverless
create_elasticache_serverless = true
#Enable modification in cache_usage_limits
enabled_limits = true
Expand All @@ -121,7 +121,7 @@ To-do:

1. This module does not create Elasticache security group. Use [terraform-aws-security-group](https://github.com/terraform-aws-modules/terraform-aws-security-group) module for this.
2. By default, the variable `create_db_password` is set to true. Therefore, even if the user provides a password, it will not be read. The `create_db_password` variable should be set to false and the `passwords` variable should have a non-null value to be read and used.
3. By default, the `create_elasticache_serveless` variable is set false
3. By default, the `create_elasticache_serverless` variable is set false

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
Expand Down

0 comments on commit 040415a

Please sign in to comment.