terraform-aws-redis-elasticache icon indicating copy to clipboard operation
terraform-aws-redis-elasticache copied to clipboard

Add encryption support

Open holms opened this issue 6 years ago • 0 comments

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 :)

holms avatar Nov 23 '18 18:11 holms