Skip to content

Commit

Permalink
add reader_endpoint_address output to this module. copied from https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
zackzhangverkada committed Jan 13, 2024
1 parent 0896dc4 commit b896bd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ output "host" {
value = module.dns.hostname
description = "Redis hostname"
}

output "reader_endpoint_address" {
value = join("", compact(aws_elasticache_replication_group.default[*].reader_endpoint_address))
description = "The address of the endpoint for the reader node in the replication group, if the cluster mode is disabled."
}

0 comments on commit b896bd8

Please sign in to comment.