-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: Add output for SQL Server listener_endpoint
#486
Conversation
"Specifies the listener connection endpoint for SQL Server Always On"
listener_endpoint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
## [5.9.0](v5.8.0...v5.9.0) (2023-05-03) ### Features * Add output for SQL Server `listener_endpoint` ([#486](#486)) ([564fae2](564fae2))
This PR is included in version 5.9.0 🎉 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Adds an output variable mapping for the
listener_endpoint
output of theaws_db_instance
resourcePlease see this link for official docs:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance
Motivation and Context
This output variable is needed when working with RDS for SQL Server and Always On Availability Group (AG)
Breaking Changes
None.
How Has This Been Tested?
Tested with
terraform apply
since it's just an extra output variable.