From 733003f59386121f74907ec3c9493e24ec0a7656 Mon Sep 17 00:00:00 2001 From: Andrew Clay Shafer Date: Mon, 28 Jul 2014 17:09:14 -0600 Subject: [PATCH 1/2] fix misspelling in use-cases.html.markdown fixed 'dependencies' --- website/source/intro/use-cases.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/use-cases.html.markdown b/website/source/intro/use-cases.html.markdown index 2af9ad0c5a..fbd22519e9 100644 --- a/website/source/intro/use-cases.html.markdown +++ b/website/source/intro/use-cases.html.markdown @@ -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 From 8f3c0475a93bc97d4f5d9445181a95f8f309169b Mon Sep 17 00:00:00 2001 From: Andrew Clay Shafer Date: Mon, 28 Jul 2014 17:12:18 -0600 Subject: [PATCH 2/2] fix typos fix 'independently' and 'separation' --- website/source/intro/use-cases.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/use-cases.html.markdown b/website/source/intro/use-cases.html.markdown index fbd22519e9..9a5b00bf6c 100644 --- a/website/source/intro/use-cases.html.markdown +++ b/website/source/intro/use-cases.html.markdown @@ -29,7 +29,7 @@ under 30 seconds. A very common pattern is the N-tier architecture. The most common 2-tier architecture is a pool of web servers that use a database tier. Additional tiers get added for API servers, caching servers, routing meshes, etc. This pattern is used because the tiers can be scaled -indepedently and provide a seperation of concerns. +independently and provide a separation 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 dependencies between each tier is handled