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_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 |
121
-
| <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 |
120
+
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| Version of the chart for the Redis application that will be deployed. |`string`|`"19.6.1"`| no |
122
121
| <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 |
123
122
| <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 |
124
123
| <aname="input_custom_credentials_enabled"></a> [custom\_credentials\_enabled](#input\_custom\_credentials\_enabled)| Specifies whether to enable custom credentials for Redis. |`bool`|`false`| no |
125
124
| <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 |
126
125
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Namespace where the Redis resources will be deployed. |`string`|`"redis"`| no |
127
126
| <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 |
128
-
| <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": true,<br> "values_yaml": ""<br>}</pre> | no |
127
+
| <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> "app_version": "7.2.5-debian-12-r2",<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": true,<br> "values_yaml": ""<br>}</pre> | no |
129
128
| <aname="input_redis_password"></a> [redis\_password](#input\_redis\_password)| n/a |`string`|`""`| no |
|[aws_eks_cluster.cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster)| data source |
31
33
|[aws_eks_cluster_auth.cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster_auth)| data source |
32
-
|[google_client_config.default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/client_config)| data source |
33
-
|[google_container_cluster.primary](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/container_cluster)| data source |
|[azurerm_kubernetes_cluster.primary](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/kubernetes_cluster)| data source |
68
+
69
+
## Inputs
70
+
71
+
No inputs.
72
+
73
+
## Outputs
74
+
75
+
| Name | Description |
76
+
|------|-------------|
77
+
| <aname="output_redis_credential"></a> [redis\_credential](#output\_redis\_credential)| Redis credentials used for accessing the database. |
78
+
| <aname="output_redis_endpoints"></a> [redis\_endpoints](#output\_redis\_endpoints)| Redis endpoints in the Kubernetes cluster. |
|[aws_eks_cluster.cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster)| data source |
32
-
|[aws_eks_cluster_auth.cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster_auth)| data source |
33
32
|[google_client_config.default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/client_config)| data source |
34
33
|[google_container_cluster.primary](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/container_cluster)| data source |
0 commit comments