Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
When trying to fetch cluster info (Redis), the provider does not send all relevant information about it. Especially on the private network section. Example of output
data "scaleway_redis_cluster" "main_redis_instance" {
cluster_id = var.main_redis_cluster_id
}
output "redis_instance_debug" {
value = data.scaleway_redis_cluster.main_redis_instance
}
From my point of view, the port and the raw IP (without netmask) are missing. The strange things is that the API or CLI return all information about the cluster private network.
Community Note
Description
When trying to fetch cluster info (Redis), the provider does not send all relevant information about it. Especially on the private network section. Example of output
From my point of view, the port and the raw IP (without netmask) are missing. The strange things is that the API or CLI return all information about the cluster private network.
New or Affected Resource(s)
Potential Terraform Configuration