cloudposse / terraform-aws-elasticache-redis

Terraform module to provision an ElastiCache Redis Cluster
https://cloudposse.com/accelerate
Apache License 2.0
142 stars 246 forks source link

`host` output variable empty #187

Open egalev opened 1 year ago

egalev commented 1 year ago

Describe the Bug

When reading the module.redis.host output it's empty, even though the resource was deployed successfully.

Expected Behavior

The value should have contained the cluster's endpoint host

kristijorgji commented 1 year ago

I am having the same issue. +1

Any update here?

1sth1sth1ng0n commented 2 months ago

+1. I would really like to be able to output the host address but the following output is empty. Is there a workaround here?

output "host" {
  value       = module.dns.hostname
  description = "Redis hostname"
}
1sth1sth1ng0n commented 2 months ago

Is the missing host value issue a limitation of this resource? https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster