Skip to content

Support transit_encryption_enabled for Redis Engine #55

@cmanzur

Description

@cmanzur

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

https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/in-transit-encryption.html#in-transit-encryption-constraints

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions