website: typo in outputs doc (#20520)

This commit is contained in:
John Slee 2019-03-02 03:25:49 +11:00 committed by Kristin Laemmert
parent 08f0f60908
commit 8f7b897d0c
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ modules.
Just as with
[resource dependencies](./resources.html#resource-dependencies),
Terraform analyzes the `value` expression for an output value and autmatically
Terraform analyzes the `value` expression for an output value and automatically
determines a set of dependencies, but in less-common cases there are
dependencies that cannot be recognized implicitly. In these rare cases, the
`depends_on` argument can be used to create additional explicit dependencies: