fix misspelling in use-cases.html.markdown
fixed 'dependencies'
This commit is contained in:
parent
77071e4e9d
commit
733003f593
|
@ -32,7 +32,7 @@ caching servers, routing meshes, etc. This pattern is used because the tiers can
|
|||
indepedently and provide a seperation of concerns.
|
||||
|
||||
Terraform is an ideal tool for building and managing these infrastructures. Each tier can
|
||||
be described as a collection of resources, and the depedencies between each tier is handled
|
||||
be described as a collection of resources, and the dependencies between each tier is handled
|
||||
automatically; Terraform will ensure the database tier is available before the web servers
|
||||
are started and that the load balancers are aware of the web nodes. Each tier can then be
|
||||
scaled easily using Terraform by modifying a single `count` configuration value. Because
|
||||
|
|
Loading…
Reference in New Issue