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
feat(subnet_group): Allow to pass an existing subnet group (#44)
Create a dedicated subnet group per cluster is most of the
time not required.
This is also useful when importing manually created resources
into terraform
Also
- pre-commit hook updated because a bug
- docs are up-to-date now
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,8 @@ No modules.
145
145
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| List of Security Groups. |`list(string)`|`[]`| no |
146
146
| <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
147
| <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
-
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| List of VPC Subnet IDs for the cache subnet group. |`list(string)`| n/a | yes |
148
+
| <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 |
149
+
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| List of VPC Subnet IDs for the cache subnet group. |`list(string)`|`[]`| no |
149
150
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to all resources. |`map(string)`|`{}`| no |
150
151
| <aname="input_transit_encryption_enabled"></a> [transit\_encryption\_enabled](#input\_transit\_encryption\_enabled)| Whether to enable encryption in transit. |`bool`|`true`| no |
151
152
| <aname="input_user_group_ids"></a> [user\_group\_ids](#input\_user\_group\_ids)| User Group ID to associate with the replication group |`list(string)`|`null`| no |
0 commit comments