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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ Available targets:
129
129
| parameter | A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another | object |`<list>`| no |
130
130
| port | Redis port | number |`6379`| no |
131
131
| replication_group_id | Replication group ID with the following constraints: A name must contain from 1 to 20 alphanumeric characters or hyphens. The first character must be a letter. A name cannot end with a hyphen or contain two consecutive hyphens. | string | `` | no |
132
-
| security_groups |Security Group IDs | list(string) |`<list>`| no |
132
+
| security_groups |A list of security group IDs that are allowed ingress to the cluster| list(string) |`<list>`| no |
133
133
| snapshot_retention_limit | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. | number |`0`| no |
134
134
| snapshot_window | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. | string |`06:30-07:30`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
| parameter | A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another | object |`<list>`| no |
27
27
| port | Redis port | number |`6379`| no |
28
28
| replication_group_id | Replication group ID with the following constraints: A name must contain from 1 to 20 alphanumeric characters or hyphens. The first character must be a letter. A name cannot end with a hyphen or contain two consecutive hyphens. | string | `` | no |
29
-
| security_groups |Security Group IDs | list(string) |`<list>`| no |
29
+
| security_groups |A list of security group IDs that are allowed ingress to the cluster| list(string) |`<list>`| no |
30
30
| snapshot_retention_limit | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. | number |`0`| no |
31
31
| snapshot_window | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. | string |`06:30-07:30`| no |
0 commit comments