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
endpoint
The endpoint parameter in Elasticache has the form host:port, but the endpoint output of this module has only a host
host:port
The endpoint output parameter should contain both host and port
$ 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:
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
host
Sorry, something went wrong.
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?
@kristijorgji Can you elaborate pls?
I am also trying to extract the full cluster endpoint address with port number.
No branches or pull requests
Describe the Bug
The
endpoint
parameter in Elasticache has the formhost:port
, but theendpoint
output of this module has only a hostExpected Behavior
The
endpoint
output parameter should contain both host and portEnvironment (please complete the following information):
The text was updated successfully, but these errors were encountered: