feat: Add domain_name output#48
Merged
bryantbiggs merged 5 commits intoOct 23, 2025
Merged
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
bryantbiggs
reviewed
Oct 23, 2025
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
merged commit Oct 23, 2025
c102fd0
into
terraform-aws-modules:master
8 of 11 checks passed
antonbabenko
pushed a commit
that referenced
this pull request
Oct 23, 2025
## [2.3.0](v2.2.1...v2.3.0) (2025-10-23) ### Features * Add `domain_name` output ([#48](#48)) ([c102fd0](c102fd0))
Member
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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