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
| <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 |
345
345
| <aname="input_ip_discovery"></a> [ip\_discovery](#input\_ip\_discovery)| The IP version to advertise in the discovery protocol. Valid values are `ipv4` or `ipv6`|`string`|`null`| no |
346
346
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| The ARN of the key that you wish to use if encrypting at rest. If not supplied, uses service managed encryption. Can be specified only if `at_rest_encryption_enabled = true`|`string`|`null`| no |
347
-
| <aname="input_log_delivery_configuration"></a> [log\_delivery\_configuration](#input\_log\_delivery\_configuration)| (Redis only) Specifies the destination and format of Redis SLOWLOG or Redis Engine Log |`any`| <pre>{<br/> "slow-log": {<br/> "destination_type": "cloudwatch-logs",<br/> "log_format": "json"<br/> }<br/>}</pre> | no |
347
+
| <aname="input_log_delivery_configuration"></a> [log\_delivery\_configuration](#input\_log\_delivery\_configuration)| (Redis only) Specifies the destination and format of Redis SLOWLOG or Redis Engine Log |`any`| <pre>{<br> "slow-log": {<br> "destination_type": "cloudwatch-logs",<br> "log_format": "json"<br> }<br>}</pre> | no |
348
348
| <aname="input_maintenance_window"></a> [maintenance\_window](#input\_maintenance\_window)| Specifies the weekly time range for when maintenance on the cache cluster is performed. The format is `ddd:hh24:mi-ddd:hh24:mi` (24H Clock UTC) |`string`|`null`| no |
349
349
| <aname="input_multi_az_enabled"></a> [multi\_az\_enabled](#input\_multi\_az\_enabled)| Specifies whether to enable Multi-AZ Support for the replication group. If true, `automatic_failover_enabled` must also be enabled. Defaults to `false`|`bool`|`false`| no |
350
350
| <aname="input_network_type"></a> [network\_type](#input\_network\_type)| The IP versions for cache cluster connections. Valid values are `ipv4`, `ipv6` or `dual_stack`|`string`|`null`| no |
@@ -363,6 +363,7 @@ No modules.
363
363
| <aname="input_preferred_cache_cluster_azs"></a> [preferred\_cache\_cluster\_azs](#input\_preferred\_cache\_cluster\_azs)| 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 considered. The first item in the list will be the primary node. Ignored when updating |`list(string)`|`[]`| no |
364
364
| <aname="input_preferred_outpost_arn"></a> [preferred\_outpost\_arn](#input\_preferred\_outpost\_arn)| (Required if `outpost_mode` is specified) The outpost ARN in which the cache cluster will be created |`string`|`null`| no |
365
365
| <aname="input_replicas_per_node_group"></a> [replicas\_per\_node\_group](#input\_replicas\_per\_node\_group)| Number of replica nodes in each node group. Changing this number will trigger a resizing operation before other settings modifications. Valid values are 0 to 5 |`number`|`null`| no |
366
+
| <aname="input_replication_group_cluster_mode"></a> [replication\_group\_cluster\_mode](#input\_replication\_group\_cluster\_mode)| Specifies whether cluster mode is enabled or disabled. Valid values are enabled or disabled or compatible |`string`|`null`| no |
366
367
| <aname="input_replication_group_id"></a> [replication\_group\_id](#input\_replication\_group\_id)| Replication group identifier. When `create_replication_group` is set to `true`, this is the ID assigned to the replication group created. When `create_replication_group` is set to `false`, this is the ID of an externally created replication group |`string`|`null`| no |
367
368
| <aname="input_security_group_description"></a> [security\_group\_description](#input\_security\_group\_description)| Description of the security group created |`string`|`null`| no |
368
369
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| One or more VPC security groups associated with the cache cluster |`list(string)`|`[]`| no |
0 commit comments