Skip to content

Commit 040d81a

Browse files
committed
tf-check: fix unsupported attribute redis_endpoint
1 parent fbd4290 commit 040d81a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/redis-cluster/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ output "tags" {
99
}
1010

1111
output "redis_endpoint" {
12-
value = module.redis-cluster[*].redis_endpoint
12+
value = module.redis-cluster[*].elasticache_endpoint
1313
description = "Redis endpoint address."
1414
}
1515

examples/redis/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ output "tags" {
99
}
1010

1111
output "redis_endpoint" {
12-
value = module.redis.redis_endpoint
12+
value = module.redis.elasticache_endpoint
1313
description = "Redis endpoint address."
1414
}
1515

0 commit comments

Comments
 (0)