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
Copy file name to clipboardexpand all lines: aws-redis-node/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ parameters.
25
25
| 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
26
| env | Env for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
27
27
| ingress\_security\_group\_ids | Source security groups which should be able to contact this instance. |`list(string)`| n/a | yes |
28
+
| ingress\_security\_group\_cidr_blocks | CIDR blocks which should be able to contact this instance. |`list(string)`|[]| no |
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 |
29
30
| owner | Owner for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
30
31
| parameter\_group\_name | Parameter group to use for this Redis cache. |`string`|`"default.redis5.0"`| no |
0 commit comments