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 7b87730 commit 67282d4Copy full SHA for 67282d4
terraform/app/ecs.tf
@@ -27,7 +27,7 @@ module "web_service" {
27
[
28
{
29
name = "REDIS_CACHE_URL"
30
- value = aws_elasticache_serverless_cache.rails_cache.endpoint[0].address
+ value = "rediss://${aws_elasticache_serverless_cache.rails_cache.endpoint[0].address}:${aws_elasticache_serverless_cache.rails_cache.endpoint[0].port}"
31
}
32
]
33
)
0 commit comments