Skip to content
New issue

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

endpoint output variable has no port #188

Open
egalev opened this issue Jan 5, 2023 · 3 comments
Open

endpoint output variable has no port #188

egalev opened this issue Jan 5, 2023 · 3 comments
Labels
bug 🐛 An issue with the system

Comments

@egalev
Copy link

egalev commented Jan 5, 2023

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 egalev added the bug 🐛 An issue with the system label Jan 5, 2023
@egalev egalev changed the title endpoint output variable has no port endpoint output variable has no port Jan 24, 2023
@kristijorgji
Copy link

This is not a bug.
You can easily add the port yourself.

The only bug is that host field is empty in the outputs and they don't return nodes endpoints

@egalev
Copy link
Author

egalev commented Sep 27, 2023

This is not a bug. You can easily add the port yourself.

The only bug is that host field is empty in the outputs and they don't return nodes endpoints

I think the comment you're referring to was deleted?

@1sth1sth1ng0n
Copy link

@kristijorgji Can you elaborate pls?

This is not a bug.
You can easily add the port yourself.

The only bug is that host field is empty in the outputs and they don't return nodes endpoints

I am also trying to extract the full cluster endpoint address with port number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

3 participants