terraform-aws-elasticache-redis icon indicating copy to clipboard operation
terraform-aws-elasticache-redis copied to clipboard

`endpoint` output variable has no port

Open egalev opened this issue 2 years ago • 3 comments
trafficstars

Describe the Bug

The endpoint parameter in Elasticache has the form host:port, but the endpoint output of this module has only a host

Expected Behavior

The endpoint output parameter should contain both host and port

Environment (please complete the following information):

  • 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

egalev avatar Jan 05 '23 13:01 egalev