-
-
Notifications
You must be signed in to change notification settings - Fork 50
feat: Add domain_name output
#48
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 domain_name output
#48
Conversation
- Changed the default TLS security policy for the OpenSearch domain to "Policy-Min-TLS-1-2-PFS-2023-10" for improved security. - Added a new output "domain_name" to expose the OpenSearch domain name.
domain_name output
domain_name outputdomain_name output
Updated the default value for `tls_security_policy` in domain endpoint options from "Policy-Min-TLS-1-2-2019-07" to "Policy-Min-TLS-1-2-PFS-2023-10" in variables, wrapper, and documentation. Also added `domain_name` output to the complete example README for consistency.
Change the default value for `tls_security_policy` in domain endpoint options from "Policy-Min-TLS-1-2-PFS-2023-10" to "Policy-Min-TLS-1-2-2019-07" across documentation, variables, and module usage. This ensures compatibility with a broader range of clients and aligns with AWS recommended defaults.
domain_name outputdomain_name output
bryantbiggs
left a comment
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!
c102fd0
into
terraform-aws-modules:master
## [2.3.0](v2.2.1...v2.3.0) (2025-10-23) ### Features * Add `domain_name` output ([#48](#48)) ([c102fd0](c102fd0))
|
This PR is included in version 2.3.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
This adds a new
domain_nameoutput to expose the domain name attribute from the OpenSearch domain resource, allowing users to reference the domain name in their Terraform configurations for constructing endpoints, configuring DNS records, or referencing the domain in other AWS resources.Motivation and Context
Breaking Changes
N/A
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request