Skip to content

Commit 9cac785

Browse files
committed
Improve wording about Patcher across the site.
1 parent a8af9d0 commit 9cac785

File tree

5 files changed

+14
-23
lines changed

5 files changed

+14
-23
lines changed

_data/initial-setup-how-it-works.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@
3838
Or sign up for <a href="/support/">Professional Support</a> to chat directly with Gruntwork engineers via a private shared Slack channel or email, and guarantee a timely response.
3939
</p>
4040
41-
- title: Keep your pipeline and code up to date automatically
41+
- title: Keep your code up to date automatically
4242
description: |
4343
<p>
44-
Early access to Patcher is just a few clicks away with CIS AWS Foundations Benchmark.
45-
Our CLI tool automates the entire process of updating code dependencies, allowing you to stay up-to-date without any hassle.
46-
<a href="/patcher">Check out how simple it is.</a>
44+
With <a href="/patcher">Patcher</a>, you can streamline staying up to date, even with breaking changes.
4745
</p>

_data/landing-zone-features.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
- title: Create a Multi-Account AWS Structure
33
description: Gruntwork Landing Zone gives you the ingredients to create a best-practices multi-account structure using AWS Organizations, all based on official AWS recommendations.
44
url: "/assets/img/landing-zone-features/[email protected]"
@@ -12,7 +12,7 @@
1212
<figure><figcaption>Variables.tf</figcaption>
1313
<pre>
1414
<code class="language-js">
15-
// Create a new AWS account with just three lines of code and a Terraform apply
15+
// Create a new AWS account with just three lines of code and a Terraform apply
1616
child_accounts = {
1717
dev = {
1818
@@ -45,10 +45,8 @@
4545
description: Because Gruntwork Landing Zone is 100% Terraform-native, you can create new accounts as part of any pipeline that runs Terraform code. For a production-ready example, see Gruntwork Pipelines.
4646
url: "/assets/img/landing-zone-features/[email protected]"
4747

48-
- title: Keep your pipeline and code up to date automatically
49-
description: Early access to Patcher is just a few clicks away with CIS AWS Foundations Benchmark.
50-
Our CLI tool automates the entire process of updating code dependencies, allowing you to stay up-to-date without any hassle.
51-
<a href="/patcher" target="_blank">Check out how simple it is.</a>
48+
- title: Keep your code up to date automatically
49+
description: With <a href="/patcher">Patcher</a>, streamline your account baseline updates, even when they involve breaking changes.
5250
url: "/assets/img/landing-zone-features/[email protected]"
5351

5452
- title: Available off the shelf

_data/steps.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@
4141
<a href="https://blog.gruntwork.io/tagged/gruntwork-newsletter" target="_blank">newsletter</a>. As a Subscriber,
4242
you get better infrastructure just by bumping a version number in your code!
4343
44-
- title: Keep your pipeline and code up to date automatically
44+
- title: Keep your code up to date automatically
4545
description: |
46-
Early access to Patcher is just a few clicks away with CIS AWS Foundations Benchmark.
47-
Our CLI tool automates the entire process of updating code dependencies, allowing you to stay up-to-date without any hassle.
48-
<a href="/patcher" target="_blank">Check out how simple it is.</a>
46+
With <a href="/patcher">Patcher</a>, streamline updates to your Terraform modules, even when they involve breaking changes.
4947
5048
- title: Get expert support
5149
description: |

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="row row-call-to-action">
66
<div class="col-xs-12 text-center">
77
<h2 class="h1 no-anchor">{{ page.footer_heading }}</h2>
8-
<p><a href="/early-access/" class="btn btn-info" role="button" ga-on="click" ga-event-category="footer-{{ page.path | slugify }}" ga-event-action="get-started">Get Started</a></p>
8+
<p><a href="/contact/" class="btn btn-info" role="button" ga-on="click" ga-event-category="footer-{{ page.path | slugify }}" ga-event-action="get-started">Get Started</a></p>
99
</div>
1010
</div>
1111
{% endif %}

pages/index/_learn-more.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,13 @@ <h2>
179179
</label>
180180
</h2>
181181
<p>
182-
Save dozens of hours by automatically updating all dependencies in your
183-
code. Our CLI tool will find new versions of your modules and perform
184-
updates. With Patcher, breaking changes don’t actually break anything!
182+
Updating Terraform and Terragrunt code to the latest best practices doesn't have to be painful. With Patcher, you
183+
scan your code to check the status of your Terraform and Terragrunt code, Patcher tells you what can be updated,
184+
and even breaking changes can be automated.
185185
</p>
186186
<p>
187-
This intuitive flow works with our
188-
<a href="/reference-architecture" target="_blank"
189-
>Reference Architecture</a
190-
>
191-
and applies to all Gruntwork maintained modules.
187+
When used with the <a href="/reference-architecture">Reference Architecture</a>, Patcher offers a viable way to keep your entire
188+
infrastructure up to date.
192189
</p>
193190
<p>
194191
<a

0 commit comments

Comments
 (0)