Skip to content

Commit 40e1b8a

Browse files
committed
Mention Terraform Control Tower on Landing Zone page.
1 parent 0e9173d commit 40e1b8a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed
Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<div class="row row-page-header">
22
<div class="col-xs-12">
3-
<h2>A Terraform-native approach to AWS Landing Zone</h2>
4-
<p style="border: 1px solid #194c5f; background-color: #242e3b; padding: 15px 20px;">
5-
A "Landing Zone" is a tool for quickly creating new AWS accounts, configuring AWS accounts
6-
with a standard security baseline, and defining a best-practices multi-account setup. Gruntwork
7-
Landing Zone helps you achieve all these goals using Terraform, allowing you to create and manage AWS accounts as code.”
8-
</p>
3+
<h2>A Terraform-native approach to AWS Landing Zone / Control Tower</h2>
4+
<div style="border: 1px solid #194c5f; background-color: #242e3b; padding: 15px 20px; margin-bottom:20px;">
5+
A "Terraform Landing Zone" or "Terraform Control Tower" is a tool that uses Terraform to:
6+
<ol>
7+
<li>Quickly create new AWS accounts</li>
8+
<li>Configure AWS accounts with a standard security baseline</li>
9+
<li>Define a best-practices multi-account setup</li>
10+
</ol>
11+
</div>
12+
13+
<p><strong>Gruntwork Landing Zone</strong> helps you achieve all these goals using Terraform, allowing you to create and manage AWS accounts as code.</p>
914
</div>
1015
</div>

0 commit comments

Comments
 (0)