Skip to content

Commit fae1aff

Browse files
committed
chore: update examples
1 parent 8551dc7 commit fae1aff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/complete/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ output "domain_id" {
1212
value = module.opensearch.domain_id
1313
}
1414

15+
output "domain_name" {
16+
description = "The name of the domain"
17+
value = module.opensearch.domain_name
18+
}
19+
1520
output "domain_endpoint" {
1621
description = "Domain-specific endpoint used to submit index, search, and data upload requests"
1722
value = module.opensearch.domain_endpoint

0 commit comments

Comments
 (0)