Skip to content

Commit afb9cea

Browse files
committed
Update README.md
1 parent 9ac4efe commit afb9cea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aws-redis-replication-group/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,23 @@ a replication group with the given parameters.
2020

2121
| Name | Description | Type | Default | Required |
2222
|------|-------------|------|---------|:--------:|
23+
| at\_rest\_encryption\_enabled | Whether to enable encryption at rest. | `bool` | `false` | no |
2324
| apply\_immediately | Whether changes should be applied immediately or during the next maintenance window. | `bool` | `true` | no |
2425
| availability\_zone | Availability zone in which this instance should run. | `string` | `null` | no |
2526
| engine\_version | The version of Redis to run. See [supported versions](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/supported-engine-versions.html) | `string` | `"5.0.5"` | no |
2627
| env | Env for tagging and naming. See [doc](../README.md#consistent-tagging). | `string` | n/a | yes |
2728
| ingress\_security\_group\_ids | Source security groups which should be able to contact this instance. | `list(string)` | n/a | yes |
2829
| instance\_type | The type of instance to run. See [supported node types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html) | `string` | `"cache.m5.large"` | no |
30+
| number_cache_clusters | Number of cache clusters. | `number` | 1 | no |
2931
| owner | Owner for tagging and naming. See [doc](../README.md#consistent-tagging). | `string` | n/a | yes |
3032
| parameter\_group\_name | Parameter group to use for this Redis cache. | `string` | `"default.redis5.0"` | no |
3133
| port | Port to host Redis on. | `number` | `6379` | no |
3234
| project | Project for tagging and naming. See [doc](../README.md#consistent-tagging) | `string` | n/a | yes |
35+
| replication\_group\_description | A user-created description for the replication group. | `string` | n/a | yes |
3336
| resource\_name | If not set, name will be [var.project]-[var.env]-[var.name]. | `string` | `""` | no |
3437
| service | Service for tagging and naming. See [doc](../README.md#consistent-tagging) | `string` | `"redis"` | no |
3538
| subnets | List of subnets to which this EC instance should be attached. They should probably be private. | `list(string)` | n/a | yes |
39+
| transit\_encryption\_enabled | Whether to enable encryption in transit. | `bool` | `false` | no |
3640
| vpc\_id | VPC where the cache will be deployed. | `string` | n/a | yes |
3741

3842
## Outputs

0 commit comments

Comments
 (0)