Skip to content

Commit be289da

Browse files
authored
Merge pull request #696 from gruntwork-io/fix-pricing-inconsistencies
Standardize the highlighted features of the IaC Library
2 parents d605afa + a0f2d25 commit be289da

File tree

7 files changed

+10
-15
lines changed

7 files changed

+10
-15
lines changed

_data/library-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- title: Infrastructure as Code
2-
description: Over 300,000 lines of code written in Terraform, Go, Python, and Bash
2+
description: Over 350,000 lines of code written in Terraform, Go, Python, and Bash
33

44
- title: Documented
55
description: Includes example code and thorough documentation

_data/steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description: |
1111
Fortunately, there's a solution: the Gruntwork <a href="/infrastructure-as-code-library/">Infrastructure as Code Library</a>
1212
(IaC Library) is a collection of reusable infrastructure code written in Terraform, Go, Bash, and Python that
13-
solves these 1,001 problems. Instead of reinventing the wheel, you can leverage 3+ years and 300,000+ lines of
13+
solves these 1,001 problems. Instead of reinventing the wheel, you can leverage 5+ years and 350,000+ lines of
1414
battle-tested code, including pre-built solutions for Kubernetes, MySQL, Postgres, Redis, OpenVPN, Jenkins, Lambda,
1515
CloudWatch, Kafka, ELK, Vault, Consul, and more, all of which has been proven in production at
1616
<a href="/customers/">hundreds of companies</a>. To get an idea of how the library works before signing up, try out

pages/checkout/_checkout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h5 class="margin-top-none text-center no-anchor">
6969
<li>
7070
<span
7171
class="help-text light"
72-
title="300,000+ lines of reusable, battle-tested infrastructure code."
72+
title="350,000+ lines of reusable, battle-tested infrastructure code."
7373
data-toggle="tooltip"
7474
>Infrastructure as Code Library</span
7575
>

pages/index/_learn-more.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="col-xs-12 col-sm-7 col-md-6 col-description">
2020
<h2>Get access to the Infrastructure as Code Library.</h2>
2121
<p>
22-
Build your infrastructure on top of a collection of over 300,000 lines of
22+
Build your infrastructure on top of a collection of over 350,000 lines of
2323
reusable, battle-tested infrastructure code written in Terraform, Go,
2424
Python, and Bash that has been proven in production at hundreds of
2525
companies and is maintained and supported by DevOps experts.

pages/infrastructure-as-code-library/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: AWS Infrastructure as Code Library
4-
excerpt: A collection of over 300,000 lines of reusable, battle-tested, production-ready infrastructure code for AWS.
4+
excerpt: A collection of over 350,000 lines of reusable, battle-tested, production-ready infrastructure code for AWS.
55
permalink: /infrastructure-as-code-library/
66
slug: gruntwork-library
77
footer_heading: Ready to hand off the Gruntwork?

pages/pricing/_enterprise-pricing.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,9 @@ <h2 class="no-anchor margin-top-none">
3333
>Support for AWS</span
3434
>
3535
</li>
36-
<li>
37-
<span
38-
class="help-text light"
39-
title="Gain unlimited access (for your company only) to 350,000+ lines of reusable, battle-tested, production-ready infrastructure code."
40-
data-toggle="tooltip"
41-
>All Subscriber-Only Modules</span
42-
>
43-
</li>
36+
<li><span class="help-text light"
37+
title="Gain access to 350,000+ lines of reusable, battle-tested, production-ready infrastructure code."
38+
data-toggle="tooltip">250+ Subscriber-Only Modules</span></li>
4439
<li>
4540
<span
4641
class="help-text light"

pages/pricing/_standard-pricing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ <h2 class="no-anchor margin-top-none">Standard</h2>
2323
title="Get support from both Gruntwork engineers and fellow customers on running production-grade infrastructure in AWS."
2424
data-toggle="tooltip">Support for AWS</span></li>
2525
<li><span class="help-text light"
26-
title="Gain access to 300,000+ lines of reusable, battle-tested, production-ready infrastructure code."
27-
data-toggle="tooltip">150+ Subscriber-Only Modules</span></li>
26+
title="Gain access to 350,000+ lines of reusable, battle-tested, production-ready infrastructure code."
27+
data-toggle="tooltip">250+ Subscriber-Only Modules</span></li>
2828
<li><span class="help-text light"
2929
title="A user is a human or machine that accesses the Gruntwork code repos, training materials, or support services. For more than 20 users, see Gruntwork Enterprise."
3030
data-toggle="tooltip">Up to 20 Users</span></li>

0 commit comments

Comments
 (0)