From c4869ef3b1080326b414948683d3423eac47e8f7 Mon Sep 17 00:00:00 2001 From: Jeremy Voorhis Date: Fri, 13 Feb 2015 21:46:40 -0800 Subject: [PATCH] Add missing preposition. --- website/source/intro/getting-started/dependencies.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/dependencies.html.md b/website/source/intro/getting-started/dependencies.html.md index 550546d29d..fe3397afed 100644 --- a/website/source/intro/getting-started/dependencies.html.md +++ b/website/source/intro/getting-started/dependencies.html.md @@ -112,7 +112,7 @@ to infer dependencies based on usage of attributes of other resources. Using this information, Terraform builds a graph of resources. -This tells Terraform not only what order to create resources, +This tells Terraform not only in what order to create resources, but also what resources can be created in parallel. In our example, since the IP address depended on the EC2 instance, they could not be created in parallel.