Skip to content

Commit

Permalink
Add an explanatory comment
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Frasier <[email protected]>
  • Loading branch information
dav3r and jsf9k committed Nov 15, 2024
1 parent ba73936 commit 61b7c0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Note that we do not have an output for the entire documentdb-cluster module.
# This is because the module has at least one sensitive output (the master
# password) that we do not want to expose. Instead, we only output the key
# pieces of information from the module that are not sensitive.

output "documentdb_arn" {
description = "The ARN of the DocumentDB cluster."
value = module.documentdb-cluster.arn
Expand Down

0 comments on commit 61b7c0f

Please sign in to comment.