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
+2-1
Original file line number
Diff line number
Diff line change
@@ -333,11 +333,12 @@ No modules.
333
333
| <aname="input_create_parameter_group"></a> [create\_parameter\_group](#input\_create\_parameter\_group)| Determines whether the ElastiCache parameter group will be created or not |`bool`|`false`| no |
334
334
| <aname="input_create_primary_global_replication_group"></a> [create\_primary\_global\_replication\_group](#input\_create\_primary\_global\_replication\_group)| Determines whether an primary ElastiCache global replication group will be created |`bool`|`false`| no |
335
335
| <aname="input_create_replication_group"></a> [create\_replication\_group](#input\_create\_replication\_group)| Determines whether an ElastiCache replication group will be created or not |`bool`|`true`| no |
336
+
| <aname="input_create_secondary_global_replication_group"></a> [create\_secondary\_global\_replication\_group](#input\_create\_secondary\_global\_replication\_group)| Determines whether an secondary ElastiCache global replication group will be created |`bool`|`false`| no |
336
337
| <aname="input_create_security_group"></a> [create\_security\_group](#input\_create\_security\_group)| Determines if a security group is created |`bool`|`true`| no |
337
338
| <aname="input_create_subnet_group"></a> [create\_subnet\_group](#input\_create\_subnet\_group)| Determines whether the Elasticache subnet group will be created or not |`bool`|`true`| no |
338
339
| <aname="input_data_tiering_enabled"></a> [data\_tiering\_enabled](#input\_data\_tiering\_enabled)| Enables data tiering. Data tiering is only supported for replication groups using the `r6gd` node type. This parameter must be set to true when using `r6gd` nodes |`bool`|`null`| no |
339
340
| <aname="input_description"></a> [description](#input\_description)| User-created description for the replication group |`string`|`null`| no |
340
-
| <aname="input_engine"></a> [engine](#input\_engine)| Name of the cache engine to be used for this cache cluster. Valid values are `memcached` or `redis`|`string`|`null`| no |
341
+
| <aname="input_engine"></a> [engine](#input\_engine)| Name of the cache engine to be used for this cache cluster. Valid values are `memcached` or `redis`|`string`|`"redis"`| no |
341
342
| <aname="input_engine_version"></a> [engine\_version](#input\_engine\_version)| Version number of the cache engine to be used. If not set, defaults to the latest version |`string`|`null`| no |
342
343
| <aname="input_final_snapshot_identifier"></a> [final\_snapshot\_identifier](#input\_final\_snapshot\_identifier)| (Redis only) Name of your final cluster snapshot. If omitted, no final snapshot will be made |`string`|`null`| no |
343
344
| <aname="input_global_replication_group_id"></a> [global\_replication\_group\_id](#input\_global\_replication\_group\_id)| The ID of the global replication group to which this replication group should belong |`string`|`null`| no |
0 commit comments