From c8ebe8e0869f6317b8a0b7c4af9ee1def80f27fc Mon Sep 17 00:00:00 2001 From: Clarissa Borges Date: Wed, 2 Jul 2025 11:00:43 -0300 Subject: [PATCH 1/2] Set a default value for Elasticache Redis --- elasticache-redis/replication-group/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/elasticache-redis/replication-group/variables.tf b/elasticache-redis/replication-group/variables.tf index 30496c9..2c61f44 100644 --- a/elasticache-redis/replication-group/variables.tf +++ b/elasticache-redis/replication-group/variables.tf @@ -42,6 +42,7 @@ variable "engine" { variable "engine_version" { type = string description = "Version for RDS database engine" + default = "7.1" } variable "global_replication_group_id" { From e2e4ef8102efec46a6c3e92a8fcbb1ef59c927b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Jul 2025 14:02:05 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- elasticache-redis/replication-group/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticache-redis/replication-group/README.md b/elasticache-redis/replication-group/README.md index e548217..383bab3 100644 --- a/elasticache-redis/replication-group/README.md +++ b/elasticache-redis/replication-group/README.md @@ -53,7 +53,7 @@ Provision a Redis cluster using AWS ElastiCache. | [description](#input\_description) | Human-readable description for this replication group | `string` | n/a | yes | | [enable\_kms](#input\_enable\_kms) | Enable KMS encryption | `bool` | `true` | no | | [engine](#input\_engine) | Elasticache database engine; defaults to Redis | `string` | `"redis"` | no | -| [engine\_version](#input\_engine\_version) | Version for RDS database engine | `string` | n/a | yes | +| [engine\_version](#input\_engine\_version) | Version for RDS database engine | `string` | `"7.1"` | no | | [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 | | [initial\_auth\_token](#input\_initial\_auth\_token) | Override the initial auth token | `string` | `null` | no | | [kms\_key\_id](#input\_kms\_key\_id) | KMS key to encrypt data at rest | `string` | `null` | no |