You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| at\_rest\_encryption\_enabled | Whether to enable encryption at rest. |`bool`|`false`| no |
23
24
| apply\_immediately | Whether changes should be applied immediately or during the next maintenance window. |`bool`|`true`| no |
24
25
| availability\_zone | Availability zone in which this instance should run. |`string`|`null`| no |
25
26
| 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 |
26
27
| env | Env for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
27
28
| ingress\_security\_group\_ids | Source security groups which should be able to contact this instance. |`list(string)`| n/a | yes |
28
29
| 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 |
29
31
| owner | Owner for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
30
32
| parameter\_group\_name | Parameter group to use for this Redis cache. |`string`|`"default.redis5.0"`| no |
31
33
| port | Port to host Redis on. |`number`|`6379`| no |
32
34
| 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 |
33
36
| resource\_name | If not set, name will be [var.project]-[var.env]-[var.name]. |`string`|`""`| no |
34
37
| service | Service for tagging and naming. See [doc](../README.md#consistent-tagging)|`string`|`"redis"`| no |
35
38
| 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 |
36
40
| vpc\_id | VPC where the cache will be deployed. |`string`| n/a | yes |
0 commit comments