From a0b269a2f93202b5762ea87d9c2d90ec22697e20 Mon Sep 17 00:00:00 2001 From: mvsnogueira-dnx Date: Fri, 7 Jun 2024 18:02:19 +1000 Subject: [PATCH 1/2] encrypting at rest redis by default --- _variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_variables.tf b/_variables.tf index 86a1da4..bfedd02 100644 --- a/_variables.tf +++ b/_variables.tf @@ -10,7 +10,7 @@ variable "automatic_failover_enabled" { variable "at_rest_encryption_enabled" { type = bool - default = false + default = true } variable "transit_encryption_enabled" { From 15b1094b746508bb0c0e05a8391e20e8f4010ad9 Mon Sep 17 00:00:00 2001 From: mvsnogueira-dnx Date: Fri, 7 Jun 2024 08:03:15 +0000 Subject: [PATCH 2/2] terraform-docs: automated update action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a74fd8d..9d6cb66 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ module "cache_redis" { |------|-------------|------|---------|:--------:| | allow\_cidrs | List of CIDRs to allow connection to this DB | `list(string)` | `[]` | no | | allow\_security\_group\_ids | List of Security Group IDs to allow connection to this Redis | `list(string)` | `[]` | no | -| at\_rest\_encryption\_enabled | n/a | `bool` | `false` | no | +| at\_rest\_encryption\_enabled | n/a | `bool` | `true` | no | | automatic\_failover\_enabled | n/a | `bool` | `false` | no | | create\_subnet\_group | Create a subnet group | `bool` | `false` | no | | engine | n/a | `string` | n/a | yes |