Skip to content

Commit a9c4ea5

Browse files
authored
Add output for transit encryption mode in outputs.tf (#266)
1 parent ab1ac65 commit a9c4ea5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

outputs.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,9 @@ output "cluster_enabled" {
5757
output "serverless_enabled" {
5858
value = var.serverless_enabled
5959
description = "Indicates if serverless mode is enabled"
60-
}
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

Comments
 (0)