terraform-aws-elasticache-redis
terraform-aws-elasticache-redis copied to clipboard
`host` output variable empty
trafficstars
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
- OS: macOS 13.1
- terraform-aws-elasticache-redis: 0.49.0
$ 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
I am having the same issue. +1
Any update here?