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
@@ -161,7 +161,7 @@ Security scanning is graciously provided by Prowler. Proowler is the leading ful
161
161
| <aname="input_name"></a> [name](#input\_name)| The name of the redis cluster |`string`|`""`| no |
162
162
| <aname="input_node_type"></a> [node\_type](#input\_node\_type)| The instance size of the redis cluster |`string`|`"cache.t3.micro"`| no |
163
163
| <aname="input_notification_topic_arn"></a> [notification\_topic\_arn](#input\_notification\_topic\_arn)| (Optional) ARN of an SNS topic to send ElastiCache notifications |`string`|`null`| no |
164
-
| <aname="input_num_cache_nodes"></a> [num\_cache\_nodes](#input\_num\_cache\_nodes)| The number of cache nodes |`number`|`1`|no|
164
+
| <aname="input_num_cache_nodes"></a> [num\_cache\_nodes](#input\_num\_cache\_nodes)| The number of cache nodes |`number`|n/a|yes|
165
165
| <aname="input_ok_actions"></a> [ok\_actions](#input\_ok\_actions)| The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN) |`list(string)`|`[]`| no |
166
166
| <aname="input_parameter"></a> [parameter](#input\_parameter)| A list of Redis parameters to apply. It can be different based on mode slection. | <pre>list(object({<br/> name = string<br/> value = string<br/> }))</pre> |`[]`| no |
167
167
| <aname="input_parameter_group_description"></a> [parameter\_group\_description](#input\_parameter\_group\_description)| Parameter group |`string`|`null`| no |
@@ -178,7 +178,7 @@ Security scanning is graciously provided by Prowler. Proowler is the leading ful
178
178
| <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. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. Please note that setting a snapshot\_retention\_limit is not supported on cache.t1.micro or cache.t2.* cache nodes |`number`|`7`| no |
179
179
| <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. The minimum maintenance window is a 60 minute period. Example: 05:00-09:00 |`string`|`"03:00-05:00"`| no |
180
180
| <aname="input_subnets"></a> [subnets](#input\_subnets)| The subnets where the redis cluster is deployed |`list(string)`|`[]`| no |
181
-
| <aname="input_transit_encryption_enabled"></a> [transit\_encryption\_enabled](#input\_transit\_encryption\_enabled)| (Optional) Whether to enable encryption in transit |`bool`|`true`| no |
181
+
| <aname="input_transit_encryption_enabled"></a> [transit\_encryption\_enabled](#input\_transit\_encryption\_enabled)| (Optional) Whether to enable encryption in transit |`bool`|`false`| no |
182
182
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The vpc where we will put the redis cluster |`string`|`""`| no |
Copy file name to clipboardExpand all lines: examples/standalone/README.md
-42Lines changed: 0 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,45 +7,3 @@
7
7
<br>
8
8
9
9
This example will be very useful for users who are new to a module and want to quickly learn how to use it. By reviewing the examples, users can gain a better understanding of how the module works, what features it supports, and how to customize it to their specific needs.<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
|[aws_availability_zones.primary](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones)| data source |
35
-
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
36
-
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
37
-
38
-
## Inputs
39
-
40
-
No inputs.
41
-
42
-
## Outputs
43
-
44
-
| Name | Description |
45
-
|------|-------------|
46
-
| <aname="output_cluster_address"></a> [cluster\_address](#output\_cluster\_address)| (Memcached only) DNS name of the cache cluster without the port appended |
47
-
| <aname="output_cluster_arn"></a> [cluster\_arn](#output\_cluster\_arn)| The ARN of the ElastiCache Cluster |
48
-
| <aname="output_cluster_cache_nodes"></a> [cluster\_cache\_nodes](#output\_cluster\_cache\_nodes)| List of node objects including `id`, `address`, `port` and `availability_zone`|
| <aname="output_cluster_engine_version_actual"></a> [cluster\_engine\_version\_actual](#output\_cluster\_engine\_version\_actual)| Because ElastiCache pulls the latest minor or patch for a version, this attribute returns the running version of the cache engine |
0 commit comments