We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5694400 commit d98451cCopy full SHA for d98451c
examples/redis-replication-group/main.tf
@@ -64,7 +64,7 @@ module "elasticache" {
64
65
# enable encryption in-transit
66
transit_encryption_enabled = true
67
- transit_encryption_mode = "preferred"
+ transit_encryption_mode = "required"
68
69
tags = local.tags
70
}
0 commit comments