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
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,7 @@ No modules.
143
143
| <aname="input_preferred_cache_cluster_azs"></a> [preferred\_cache\_cluster\_azs](#input\_preferred\_cache\_cluster\_azs)| A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important. |`list(string)`|`null`| no |
144
144
| <aname="input_replicas_per_node_group"></a> [replicas\_per\_node\_group](#input\_replicas\_per\_node\_group)| Specify the number of replica nodes in each node group. Valid values are 0 to 5. Changing this number will trigger an online resizing operation before other settings modifications. |`number`|`0`| no |
145
145
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| List of Security Groups. |`list(string)`|`[]`| no |
146
+
| <aname="input_snapshot_name"></a> [snapshot\_name](#input\_snapshot\_name)| The name of a snapshot from which to restore data into the new node group. Changing the snapshot\_name forces a new resource. |`string`|`null`| no |
146
147
| <aname="input_snapshot_retention_limit"></a> [snapshot\_retention\_limit](#input\_snapshot\_retention\_limit)| The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. |`number`|`30`| no |
147
148
| <aname="input_snapshot_window"></a> [snapshot\_window](#input\_snapshot\_window)| The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. |`string`|`""`| no |
148
149
| <aname="input_subnet_group_name"></a> [subnet\_group\_name](#input\_subnet\_group\_name)| The name of the subnet group. If it is not specified, the module will create one for you |`string`|`null`| no |
0 commit comments