generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Description
Currently, this module outputs only the hostname of the first MongoDB host. It would be helpful if it could return all member hostnames, either through the existing output hostname or a new output variable.
New or affected modules
This module allows me to deploy MongoDB with multiple members. However, to retrieve the hostnames of these members, I currently need to use an additional datasource ibm_database_connection that is also used internally within the module.
If possible, could you please provide an option within the module to fetch all members hostnames directly? This would eliminate the need to rely on external resources and make the module more self-contained and convenient to use.
By submitting this issue, you agree to follow our Code of Conduct