Skip to content

Commit e99dfbf

Browse files
committed
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.
1 parent 81f5f60 commit e99dfbf

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

website/source/index.html.erb

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@
2222
<div class="container">
2323
<div class="row">
2424
<div class="col-lg-7 col-md-7 col-sm-12">
25-
<h2 class="feature-t">Launch Infrastructure from code</h2>
25+
<h2 class="feature-t">Infrastructure as code</h2>
2626
<p>Terraform provides a common configuration to launch infrastructure &mdash;
27-
from physical and virtual servers to email and DNS providers.</p>
27+
from physical and virtual servers to email and DNS providers. Once launched,
28+
Terraform safely and efficiently changes infrastructure as the configuration
29+
is evolved.</p>
2830
<p>Simple file based configuration gives you a single view
2931
of your entire infrastructure.</p>
3032
</div>
@@ -47,9 +49,11 @@
4749
</div>
4850
</div>
4951
<div class="col-lg-7 col-md-7 col-sm-12">
50-
<h2 class="feature-t">Combine Mulitple Providers</h2>
51-
<p>Terraform allows you to effortlessly combine high level system
52-
providers with your own or with each other. Built-in dependency resolution means
52+
<h2 class="feature-t">Combine Multiple Providers</h2>
53+
<p>Terraform allows you to effortlessly combine high-level system
54+
providers with your own or with each other. Launch a server from
55+
one cloud provider, add a DNS entry with it's IP with a different
56+
provider. Built-in dependency resolution means
5357
things happen in the right order.</p>
5458
</div>
5559
</div>

0 commit comments

Comments
 (0)