mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Add missing preposition.
This commit is contained in:
parent
729939f122
commit
c4869ef3b1
@ -112,7 +112,7 @@ to infer dependencies based on usage of attributes of other
|
|||||||
resources.
|
resources.
|
||||||
|
|
||||||
Using this information, Terraform builds a graph of 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,
|
but also what resources can be created in parallel. In our example,
|
||||||
since the IP address depended on the EC2 instance, they could
|
since the IP address depended on the EC2 instance, they could
|
||||||
not be created in parallel.
|
not be created in parallel.
|
||||||
|
Loading…
Reference in New Issue
Block a user