Skip to content

Commit

Permalink
backport of commit 322622a (#30427)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyron <tyron@users.noreply.github.com>
  • Loading branch information
teamterraform and tyron committed Mar 25, 2022
1 parent 41a2980 commit 9a2b267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/values/outputs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module "foo" {
}
resource "test_instance" "x" {
some_attribute = module.mod.a # resource attribute references a sensitive output
some_attribute = module.foo.a # resource attribute references a sensitive output
}
output "out" {
Expand Down

0 comments on commit 9a2b267

Please sign in to comment.