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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ No modules.
85
85
| <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 |
86
86
| <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 |
87
87
| <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 |
88
-
| <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`|`null`| no |
88
+
| <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 |
89
89
| <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 |
90
90
| <aname="input_node_type"></a> [node\_type](#input\_node\_type)| The instance class used. For Memcached, changing this value will re-create the resource |`string`|`null`| no |
91
91
| <aname="input_notification_topic_arn"></a> [notification\_topic\_arn](#input\_notification\_topic\_arn)| ARN of an SNS topic to send ElastiCache notifications to |`string`|`null`| no |
@@ -119,7 +119,7 @@ No modules.
119
119
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| List of VPC Subnet IDs for the Elasticache subnet group |`list(string)`|`[]`| no |
120
120
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
121
121
| <aname="input_transit_encryption_enabled"></a> [transit\_encryption\_enabled](#input\_transit\_encryption\_enabled)| Enable encryption in-transit. Supported only with Memcached versions `1.6.12` and later, running in a VPC |`bool`|`null`| no |
122
-
| <aname="input_user_group_ids"></a> [user\_group\_ids](#input\_user\_group\_ids)| User Group ID to associate with the replication group. Only a maximum of one (1) user group ID is valid |`list(string)`|`[]`| no |
122
+
| <aname="input_user_group_ids"></a> [user\_group\_ids](#input\_user\_group\_ids)| User Group ID to associate with the replication group. Only a maximum of one (1) user group ID is valid |`list(string)`|`null`| no |
123
123
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| Identifier of the VPC where the security group will be created |`string`|`null`| no |
Copy file name to clipboardExpand all lines: variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ variable "kms_key_arn" {
236
236
variable"multi_az_enabled" {
237
237
description="Specifies whether to enable Multi-AZ Support for the replication group. If true, `automatic_failover_enabled` must also be enabled. Defaults to `false`"
0 commit comments