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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,18 +90,19 @@ No modules.
90
90
| <aname="input_app_version"></a> [app\_version](#input\_app\_version)| Version of the Redis application that will be deployed. |`string`|`"6.2.7-debian-11-r11"`| no |
91
91
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| Version of the chart for the Redis application that will be deployed. |`string`|`"16.13.2"`| no |
92
92
| <aname="input_create_namespace"></a> [create\_namespace](#input\_create\_namespace)| Specify whether or not to create the namespace if it does not already exist. Set it to true to create the namespace. |`string`|`true`| no |
93
+
| <aname="input_custom_credentials_config"></a> [custom\_credentials\_config](#input\_custom\_credentials\_config)| Specify the configuration settings for Redis to pass custom credentials during creation. |`any`| <pre>{<br> "password": ""<br>}</pre> | no |
94
+
| <aname="input_custom_credentials_enabled"></a> [custom\_credentials\_enabled](#input\_custom\_credentials\_enabled)| Specifies whether to enable custom credentials for Redis. |`bool`|`false`| no |
93
95
| <aname="input_grafana_monitoring_enabled"></a> [grafana\_monitoring\_enabled](#input\_grafana\_monitoring\_enabled)| Specify whether or not to deploy Redis exporter to collect Redis metrics for monitoring in Grafana. |`bool`|`false`| no |
94
96
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Namespace where the Redis resources will be deployed. |`string`|`"redis"`| no |
95
97
| <aname="input_recovery_window_aws_secret"></a> [recovery\_window\_aws\_secret](#input\_recovery\_window\_aws\_secret)| Number of days that AWS Secrets Manager will wait before it can delete the secret. The value can be 0 to force deletion without recovery, or a range from 7 to 30 days. |`number`|`0`| no |
96
-
| <aname="input_redis_config"></a> [redis\_config](#input\_redis\_config)| Specify the configuration settings for Redis, including the name, environment, storage options, replication settings, and custom YAML values. |`any`| <pre>{<br> "architecture": "replication",<br> "environment": "",<br> "master_volume_size": "",<br> "name": "",<br> "slave_replica_count": 1,<br> "slave_volume_size": "",<br> "storage_class_name": "",<br> "values_yaml": ""<br>}</pre> | no |
98
+
| <aname="input_redis_config"></a> [redis\_config](#input\_redis\_config)| Specify the configuration settings for Redis, including the name, environment, storage options, replication settings, store password to secret manager and custom YAML values. |`any`| <pre>{<br> "architecture": "replication",<br> "environment": "",<br> "master_volume_size": "",<br> "name": "",<br> "slave_replica_count": 1,<br> "slave_volume_size": "",<br> "storage_class_name": "",<br> "store_password_to_secret_manager": "",<br> "values_yaml": ""<br>}</pre> | no |
97
99
98
100
## Outputs
99
101
100
102
| Name | Description |
101
103
|------|-------------|
102
-
| <aname="output_redis_master_endpoint"></a> [redis\_master\_endpoint](#output\_redis\_master\_endpoint)| The endpoint for the Redis Master Service, which is the primary node in the Redis cluster responsible for handling read-write operations. |
103
-
| <aname="output_redis_port"></a> [redis\_port](#output\_redis\_port)| The port number on which Redis is running. |
104
-
| <aname="output_redis_slave_endpoint"></a> [redis\_slave\_endpoint](#output\_redis\_slave\_endpoint)| The endpoint for the Redis Slave Service, which is a secondary node in the Redis cluster responsible for handling read-only operations. |
104
+
| <aname="output_redis_credential"></a> [redis\_credential](#output\_redis\_credential)| Redis credentials used for accessing the database. |
105
+
| <aname="output_redis_endpoints"></a> [redis\_endpoints](#output\_redis\_endpoints)| Redis endpoints in the Kubernetes cluster. |
| <aname="output_redis_master_endpoint"></a> [redis\_master\_endpoint](#output\_redis\_master\_endpoint)| The endpoint for the Redis Master Service, which is the primary node in the Redis cluster responsible for handling read-write operations. |
42
-
| <aname="output_redis_port"></a> [redis\_port](#output\_redis\_port)| The port number on which Redis is running. |
43
-
| <aname="output_redis_slave_endpoint"></a> [redis\_slave\_endpoint](#output\_redis\_slave\_endpoint)| The endpoint for the Redis Slave Service, which is a secondary node in the Redis cluster responsible for handling read-only operations. |
41
+
| <aname="output_redis_credential"></a> [redis\_credential](#output\_redis\_credential)| Redis credentials used for accessing the database. |
42
+
| <aname="output_redis_endpoints"></a> [redis\_endpoints](#output\_redis\_endpoints)| Redis endpoints in the Kubernetes cluster. |
0 commit comments