From e99dfbf89efef74ef28c19f8e82af02b92de0d83 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 27 Jul 2014 15:57:43 -0700 Subject: [PATCH] website: added more copy to homepage /cc @pearkes @armon - I think the spacing was weird, so I added another couple sentences to help fill it out. --- website/source/index.html.erb | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 97b7ec45c..a796b8a42 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -22,9 +22,11 @@
-

Launch Infrastructure from code

+

Infrastructure as code

Terraform provides a common configuration to launch infrastructure — - from physical and virtual servers to email and DNS providers.

+ from physical and virtual servers to email and DNS providers. Once launched, + Terraform safely and efficiently changes infrastructure as the configuration + is evolved.

Simple file based configuration gives you a single view of your entire infrastructure.

@@ -47,9 +49,11 @@
-

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 +

Combine Multiple Providers

+

Terraform allows you to effortlessly combine high-level system + providers with your own or with each other. Launch a server from + one cloud provider, add a DNS entry with it's IP with a different + provider. Built-in dependency resolution means things happen in the right order.