From a47bd71320f36a883cc7d18bc071eb708a9a0431 Mon Sep 17 00:00:00 2001 From: mayank0202 Date: Fri, 16 Aug 2024 05:34:09 +0000 Subject: [PATCH] Merge pull request #8 from sourcefuse/GH-7 Added optional input variable for kms-key id --- docs/arc-iac-docs/modules/terraform-aws-arc-cache/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/arc-iac-docs/modules/terraform-aws-arc-cache/README.md b/docs/arc-iac-docs/modules/terraform-aws-arc-cache/README.md index 1d0f71c0d..20eab4fbb 100644 --- a/docs/arc-iac-docs/modules/terraform-aws-arc-cache/README.md +++ b/docs/arc-iac-docs/modules/terraform-aws-arc-cache/README.md @@ -106,6 +106,7 @@ No modules. | [engine\_version](#input\_engine\_version) | Version number of the cache engine to be used for the cache clusters in this replication group | `string` | `"7.0"` | no | | [evaluation\_periods](#input\_evaluation\_periods) | Number of periods over which data is compared to the specified threshold | `number` | `1` | no | | [family](#input\_family) | Redis family | `string` | `"redis7"` | no | +| [kms\_key\_id](#input\_kms\_key\_id) | The ARN of the key that you wish to use if encrypting at rest. If not supplied, uses service managed encryption. `at_rest_encryption_enabled` must be set to `true` | `string` | `null` | no | | [log\_delivery\_configuration](#input\_log\_delivery\_configuration) | The log\_delivery\_configuration block allows the streaming of Redis SLOWLOG or Redis Engine Log to CloudWatch Logs or Kinesis Data Firehose. Max of 2 blocks. | `list(map(any))` | `[]` | no | | [memory\_alarm\_description](#input\_memory\_alarm\_description) | Description for the freeable memory CloudWatch alarm | `string` | `"Triggers when the available freeable memory of the Redis cluster falls below the defined threshold, indicating potential memory pressure or resource issues."` | no | | [multi\_az\_enabled](#input\_multi\_az\_enabled) | Specifies whether to enable Multi-AZ Support for the replication group | `bool` | `false` | no |