Skip to content

Commit

Permalink
terraform-docs: automated update action
Browse files Browse the repository at this point in the history
  • Loading branch information
adenot committed Dec 10, 2024
1 parent 21b1d98 commit 26f40d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 26f40d5

Please sign in to comment.