From 26f40d5b95e32ed42440ba84b94e65b39ade4d44 Mon Sep 17 00:00:00 2001 From: adenot Date: Tue, 10 Dec 2024 23:29:29 +0000 Subject: [PATCH] terraform-docs: automated update action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d6cb66..842dd6b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ module "cache_redis" { | name | Name of this Redis | `string` | n/a | yes | | node\_type | The instance class to be used | `string` | n/a | yes | | notification\_topic\_arn | n/a | `string` | `""` | no | -| number\_cache\_clusters | The number of cache clusters (primary and replicas) this replication group will have. If Multi-AZ is enabled, the value of this parameter must be at least 2 | `number` | `1` | no | +| num\_cache\_clusters | The number of cache clusters (primary and replicas) this replication group will have. If Multi-AZ is enabled, the value of this parameter must be at least 2 | `number` | `1` | no | | parameter\_group\_name | The name of the parameter group to associate with this replication group | `string` | `null` | no | | port | Port number for this Redis | `number` | `6379` | no | | snapshot\_retention\_limit | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them | `number` | `0` | no |