terraform-aws-redis-elasticache
terraform-aws-redis-elasticache copied to clipboard
Add encryption support
Just adding this one would make sense:
at_rest_encryption_enabled = "${var.encryption}"
transit_encryption_enabled = "${var.encryption}"
If nothing specified by default then it would be false and that's it :)