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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ Examples codified under the [`examples`](https://github.com/terraform-aws-module
278
278
-[Redis Global Replication Group](https://github.com/terraform-aws-modules/terraform-aws-elasticache/tree/master/examples/redis-global-replication-group)
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
281
+
<!--BEGIN_TF_DOCS-->
282
282
## Requirements
283
283
284
284
| Name | Version |
@@ -344,7 +344,7 @@ No modules.
344
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 |
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 |
@@ -411,7 +411,7 @@ No modules.
411
411
| <aname="output_security_group_arn"></a> [security\_group\_arn](#output\_security\_group\_arn)| Amazon Resource Name (ARN) of the security group |
412
412
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| ID of the security group |
413
413
| <aname="output_subnet_group_name"></a> [subnet\_group\_name](#output\_subnet\_group\_name)| The ElastiCache subnet group name |
Copy file name to clipboardExpand all lines: examples/memcached-cluster/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
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which will incur monetary charges on your AWS bill. Run `terraform destroy` when you no longer need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -73,6 +73,6 @@ No inputs.
73
73
| <aname="output_security_group_arn"></a> [security\_group\_arn](#output\_security\_group\_arn)| Amazon Resource Name (ARN) of the security group |
74
74
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| ID of the security group |
75
75
| <aname="output_subnet_group_name"></a> [subnet\_group\_name](#output\_subnet\_group\_name)| The ElastiCache subnet group name |
76
-
<!--END OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
76
+
<!--END_TF_DOCS-->
77
77
78
78
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-elasticache/blob/master/LICENSE).
Copy file name to clipboardExpand all lines: examples/redis-cluster-mode/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
@@ -16,7 +16,7 @@ $ terraform apply
16
16
17
17
Note that this example may create resources which will incur monetary charges on your AWS bill. Run `terraform destroy` when you no longer need these resources.
18
18
19
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
19
+
<!--BEGIN_TF_DOCS-->
20
20
## Requirements
21
21
22
22
| Name | Version |
@@ -75,6 +75,6 @@ No inputs.
75
75
| <aname="output_security_group_arn"></a> [security\_group\_arn](#output\_security\_group\_arn)| Amazon Resource Name (ARN) of the security group |
76
76
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| ID of the security group |
77
77
| <aname="output_subnet_group_name"></a> [subnet\_group\_name](#output\_subnet\_group\_name)| The ElastiCache subnet group name |
78
-
<!--END OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
78
+
<!--END_TF_DOCS-->
79
79
80
80
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-elasticache/blob/master/LICENSE).
Copy file name to clipboardExpand all lines: examples/redis-cluster/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
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which will incur monetary charges on your AWS bill. Run `terraform destroy` when you no longer need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -73,6 +73,6 @@ No inputs.
73
73
| <aname="output_security_group_arn"></a> [security\_group\_arn](#output\_security\_group\_arn)| Amazon Resource Name (ARN) of the security group |
74
74
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| ID of the security group |
75
75
| <aname="output_subnet_group_name"></a> [subnet\_group\_name](#output\_subnet\_group\_name)| The ElastiCache subnet group name |
76
-
<!--END OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
76
+
<!--END_TF_DOCS-->
77
77
78
78
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-elasticache/blob/master/LICENSE).
Copy file name to clipboardExpand all lines: examples/redis-global-replication-group/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
@@ -18,7 +18,7 @@ $ terraform apply
18
18
19
19
Note that this example may create resources which will incur monetary charges on your AWS bill. Run `terraform destroy` when you no longer need these resources.
20
20
21
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
21
+
<!--BEGIN_TF_DOCS-->
22
22
## Requirements
23
23
24
24
| Name | Version |
@@ -80,6 +80,6 @@ No inputs.
80
80
| <aname="output_security_group_arn"></a> [security\_group\_arn](#output\_security\_group\_arn)| Amazon Resource Name (ARN) of the security group |
81
81
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| ID of the security group |
82
82
| <aname="output_subnet_group_name"></a> [subnet\_group\_name](#output\_subnet\_group\_name)| The ElastiCache subnet group name |
83
-
<!--END OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
83
+
<!--END_TF_DOCS-->
84
84
85
85
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-elasticache/blob/master/LICENSE).
Copy file name to clipboardExpand all lines: examples/redis-replication-group-with-cluster-replica/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
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which will incur monetary charges on your AWS bill. Run `terraform destroy` when you no longer need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -74,6 +74,6 @@ No inputs.
74
74
| <aname="output_security_group_arn"></a> [security\_group\_arn](#output\_security\_group\_arn)| Amazon Resource Name (ARN) of the security group |
75
75
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| ID of the security group |
76
76
| <aname="output_subnet_group_name"></a> [subnet\_group\_name](#output\_subnet\_group\_name)| The ElastiCache subnet group name |
77
-
<!--END OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
77
+
<!--END_TF_DOCS-->
78
78
79
79
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-elasticache/blob/master/LICENSE).
Copy file name to clipboardExpand all lines: examples/redis-replication-group/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
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which will incur monetary charges on your AWS bill. Run `terraform destroy` when you no longer need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -72,6 +72,6 @@ No inputs.
72
72
| <aname="output_security_group_arn"></a> [security\_group\_arn](#output\_security\_group\_arn)| Amazon Resource Name (ARN) of the security group |
73
73
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| ID of the security group |
74
74
| <aname="output_subnet_group_name"></a> [subnet\_group\_name](#output\_subnet\_group\_name)| The ElastiCache subnet group name |
75
-
<!--END OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
75
+
<!--END_TF_DOCS-->
76
76
77
77
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-elasticache/blob/master/LICENSE).
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
57
+
<!--BEGIN_TF_DOCS-->
58
58
## Requirements
59
59
60
60
| Name | Version |
@@ -109,7 +109,7 @@ No modules.
109
109
| <aname="output_serverless_cache_major_engine_version"></a> [serverless\_cache\_major\_engine\_version](#output\_serverless\_cache\_major\_engine\_version)| The version number of the engine the serverless cache is compatible with |
110
110
| <aname="output_serverless_cache_reader_endpoint"></a> [serverless\_cache\_reader\_endpoint](#output\_serverless\_cache\_reader\_endpoint)| Represents the information required for client programs to connect to a cache node |
111
111
| <aname="output_serverless_cache_status"></a> [serverless\_cache\_status](#output\_serverless\_cache\_status)| The current status of the serverless cache. The allowed values are CREATING, AVAILABLE, DELETING, CREATE-FAILED and MODIFYING |
0 commit comments