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.