From 8f7b897d0c8c9a29e115b11754e0afe757905633 Mon Sep 17 00:00:00 2001 From: John Slee Date: Sat, 2 Mar 2019 03:25:49 +1100 Subject: [PATCH] website: typo in outputs doc (#20520) --- website/docs/configuration/outputs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/outputs.html.md b/website/docs/configuration/outputs.html.md index 97091c65bd..1e28ba2808 100644 --- a/website/docs/configuration/outputs.html.md +++ b/website/docs/configuration/outputs.html.md @@ -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: