From 91e78c19dcc29b2ab43cf29b929d6acdce010ab7 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Sun, 27 Jul 2014 15:51:27 -0400 Subject: [PATCH] website: homepage copy changes. /cc: @pearkes --- website/source/index.html.erb | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 4fce49a64..004d6ac94 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -50,7 +50,7 @@

Combine Mulitple Providers

Terraform allows you to effortlessly combine high level system providers with your own or with each other. Built-in dependency resolution means - things happen in the right order — and it's all implied.

+ things happen in the right order.

@@ -60,10 +60,10 @@
-

Diff your Infrastructure

-

Your common configuration and state can be stored in version control, shared +

Evolve your Infrastructure

+

Your configuration and state can be stored in version control, shared and distributed among your team. Updates, scaling and modifications - will be diffed first, so you can change with confidence.

+ will be planned first, so you can iterate with confidence.

@@ -134,11 +134,11 @@
-

Combining Multiple Resources with Variables

-

- Access attributes on other resources, even if they - are only available after the resource is created. Dependency - resolution knows what you need. +

Layering Resources

+

+ Use attributes from other resources to create + a layered infrastructure. Terraform handles ordering + resource creation automatically.

@@ -172,9 +172,8 @@

Fast, Simplified Interaction

- Say goodbye to complicated web consoles, loading bars, command line - clients and confusing documentation. Simple and intuitive configuration - makes even the most complicated services approachable. + Simple and intuitive configuration makes even the most complicated services approachable: + no more web consoles, loading bars, or confusing CLI clients.