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 277a6ed commit 2638ebcCopy full SHA for 2638ebc
output.tf
@@ -14,6 +14,6 @@ output "port" {
14
}
15
16
output "host" {
17
- value = "${module.dns.hostname}"
+ value = "${element(coalescelist(compact(list(module.dns.hostname)), aws_elasticache_replication_group.default.*.primary_endpoint_address), 0)}"
18
description = "Redis host"
19
0 commit comments