generated from clowdhaus/terraform-aws-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
Is your request related to a problem? Please describe.
Sorry if this an obvious question, but I don't understand why there's no option to enable in-transit encryption suing Redis:
Enginetransit_encryption_enabled = var.engine == "memcached" ? var.transit_encryption_enabled : null
https://github.com/terraform-aws-modules/terraform-aws-elasticache/blob/master/main.tf#L55C10-L56C8
Describe the solution you'd like.
The var.engine == "memcached" can also be redis
Additional context
jimdo-richo