We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
host
When reading the module.redis.host output it's empty, even though the resource was deployed successfully.
module.redis.host
The value should have contained the cluster's endpoint host
$ terraform version Terraform v1.3.6 on darwin_arm64 + provider registry.terraform.io/hashicorp/aws v4.21.0 + provider registry.terraform.io/hashicorp/external v2.2.2 + provider registry.terraform.io/hashicorp/local v2.2.3 + provider registry.terraform.io/hashicorp/null v3.1.1 + provider registry.terraform.io/hashicorp/random v3.1.0
The text was updated successfully, but these errors were encountered:
I am having the same issue. +1
Any update here?
Sorry, something went wrong.
+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" }
Is the missing host value issue a limitation of this resource? https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: