website: homepage copy changes. /cc: @pearkes
This commit is contained in:
parent
10383cfc67
commit
91e78c19dc
|
@ -50,7 +50,7 @@
|
||||||
<h2 class="feature-t">Combine Mulitple Providers</h2>
|
<h2 class="feature-t">Combine Mulitple Providers</h2>
|
||||||
<p>Terraform allows you to effortlessly combine high level system
|
<p>Terraform allows you to effortlessly combine high level system
|
||||||
providers with your own or with each other. Built-in dependency resolution means
|
providers with your own or with each other. Built-in dependency resolution means
|
||||||
things happen in the right order — and it's all implied. </p>
|
things happen in the right order.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
@ -60,10 +60,10 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-5 col-md-5 col-sm-12">
|
<div class="col-lg-5 col-md-5 col-sm-12">
|
||||||
<h2 class="feature-t">Diff your Infrastructure</h2>
|
<h2 class="feature-t">Evolve your Infrastructure</h2>
|
||||||
<p>Your common configuration and state can be stored in version control, shared
|
<p>Your configuration and state can be stored in version control, shared
|
||||||
and distributed among your team. Updates, scaling and modifications
|
and distributed among your team. Updates, scaling and modifications
|
||||||
will be diffed first, so you can change with confidence.</p>
|
will be planned first, so you can iterate with confidence.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-push-1 col-lg-6 col-md-6 col-sm-12">
|
<div class="col-md-push-1 col-lg-6 col-md-6 col-sm-12">
|
||||||
<div class="clone-icon f-icon">
|
<div class="clone-icon f-icon">
|
||||||
|
@ -134,11 +134,11 @@
|
||||||
<div class="terminals row">
|
<div class="terminals row">
|
||||||
|
|
||||||
<div class="col-xs-12 col-lg-12 explantion">
|
<div class="col-xs-12 col-lg-12 explantion">
|
||||||
<h2>Combining Multiple Resources with Variables</h2>
|
<h2>Layering Resources</h2>
|
||||||
<p>
|
<p>
|
||||||
Access attributes on other resources, even if they
|
Use attributes from other resources to create
|
||||||
are only available after the resource is created. Dependency
|
a layered infrastructure. Terraform handles ordering
|
||||||
resolution knows what you need.
|
resource creation automatically.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -172,9 +172,8 @@
|
||||||
<div class="col-xs-12 col-lg-12 explantion">
|
<div class="col-xs-12 col-lg-12 explantion">
|
||||||
<h2>Fast, Simplified Interaction</h2>
|
<h2>Fast, Simplified Interaction</h2>
|
||||||
<p>
|
<p>
|
||||||
Say goodbye to complicated web consoles, loading bars, command line
|
Simple and intuitive configuration makes even the most complicated services approachable:
|
||||||
clients and confusing documentation. Simple and intuitive configuration
|
no more web consoles, loading bars, or confusing CLI clients.
|
||||||
makes even the most complicated services approachable.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue