Skip to content

Commit d98451c

Browse files
committed
fix: force encryption in example
1 parent 5694400 commit d98451c

File tree

1 file changed

+1
-1
lines changed
  • examples/redis-replication-group

1 file changed

+1
-1
lines changed

examples/redis-replication-group/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module "elasticache" {
6464

6565
# enable encryption in-transit
6666
transit_encryption_enabled = true
67-
transit_encryption_mode = "preferred"
67+
transit_encryption_mode = "required"
6868

6969
tags = local.tags
7070
}

0 commit comments

Comments
 (0)