github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/aws/elasticache/AVD-AWS-0051/Terraform.md (about) 1 2 Enable in transit encryption for replication group 3 4 ```hcl 5 resource "aws_elasticache_replication_group" "good_example" { 6 replication_group_id = "foo" 7 replication_group_description = "my foo cluster" 8 transit_encryption_enabled = true 9 } 10 11 ``` 12 13 #### Remediation Links 14 - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group#transit_encryption_enabled 15