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 fbd4290 commit 040d81aCopy full SHA for 040d81a
examples/redis-cluster/outputs.tf
@@ -9,7 +9,7 @@ output "tags" {
9
}
10
11
output "redis_endpoint" {
12
- value = module.redis-cluster[*].redis_endpoint
+ value = module.redis-cluster[*].elasticache_endpoint
13
description = "Redis endpoint address."
14
15
examples/redis/outputs.tf
- value = module.redis.redis_endpoint
+ value = module.redis.elasticache_endpoint
0 commit comments