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 ab1ac65 commit a9c4ea5Copy full SHA for a9c4ea5
outputs.tf
@@ -57,4 +57,9 @@ output "cluster_enabled" {
57
output "serverless_enabled" {
58
value = var.serverless_enabled
59
description = "Indicates if serverless mode is enabled"
60
-}
+}
61
+
62
+output "transit_encryption_mode" {
63
+ value = join("", aws_elasticache_replication_group.default[*].transit_encryption_mode)
64
+ description = "The transit encryption mode of the replication group"
65
0 commit comments