Skip to content

Commit 415a6f5

Browse files
authored
Update callout to reflect new Pipelines example (#650)
- New example in service catalog is preferred deployment experience
1 parent b262302 commit 415a6f5

File tree

2 files changed

+20
-24
lines changed
  • _docs-sources/guides/build-it-yourself/pipelines
  • docs/guides/build-it-yourself/pipelines

2 files changed

+20
-24
lines changed

_docs-sources/guides/build-it-yourself/pipelines/index.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@ import { CardList } from "/src/components/CardGroup"
77

88
# Set Up an Infrastructure CI/CD Pipeline
99

10-
:::caution
10+
:::info
1111

12-
This guide hasn’t been updated in the past 6 months. If you find any inaccuracies, please share with us at [email protected].
12+
This document is an excellent resource for understanding the problem space of CI/CD and the design choices that Gruntwork Pipelines makes.
13+
14+
If you are looking to get hands-on with Gruntwork Pipelines and deploy it yourself, see [the official examples in our service catalog](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/examples/for-production/gruntwork-pipelines)
1315

1416
:::
1517

1618
## Overview
1719

18-
This is a comprehensive guide of how to design, configure, and implement a Continuous Integration and Continuous
19-
Delivery pipeline for your infrastructure code. This guide will walk you through the steps to set up a secure CI/CD
20-
pipeline for your favorite infrastructure as code tools (e.g., Terraform) using your favorite CI/CD platform (e.g.,
21-
Jenkins, Circle, GitLab, etc).
22-
23-
TLDR: If you follow this guide, you’ll be able to set up a pipeline that works like this:
24-
25-
![For an extended version with audio commentary, see <https://youtu.be/iYXghJK7YdU>](/img/guides/build-it-yourself/pipelines/walkthrough.gif)
20+
This is a comprehensive guide explaining the problem space of CI/CD, its threat vectors, and the design decisions that Gruntwork Pipelines
21+
makes in order to keep your sensitive credentials secure.
2622

2723
## What this guide will not cover
2824

25+
This guide is not hands-on! If you're looking to explore and play around with Gruntwork Pipelines, you should instead view and deploy [our official
26+
examples in our service catalog](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/examples/for-production/gruntwork-pipelines).
27+
2928
CI/CD for infrastructure code is a large topic and a single guide cannot cover everything. There
3029
are several items that this guide will not cover, including:
3130

docs/guides/build-it-yourself/pipelines/index.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@ import { CardList } from "/src/components/CardGroup"
77

88
# Set Up an Infrastructure CI/CD Pipeline
99

10-
:::caution
10+
:::info
1111

12-
This guide hasn’t been updated in the past 6 months. If you find any inaccuracies, please share with us at [email protected].
12+
This document is an excellent resource for understanding the problem space of CI/CD and the design choices that Gruntwork Pipelines makes.
13+
14+
If you are looking to get hands-on with Gruntwork Pipelines and deploy it yourself, see [the official examples in our service catalog](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/examples/for-production/gruntwork-pipelines)
1315

1416
:::
1517

1618
## Overview
1719

18-
This is a comprehensive guide of how to design, configure, and implement a Continuous Integration and Continuous
19-
Delivery pipeline for your infrastructure code. This guide will walk you through the steps to set up a secure CI/CD
20-
pipeline for your favorite infrastructure as code tools (e.g., Terraform) using your favorite CI/CD platform (e.g.,
21-
Jenkins, Circle, GitLab, etc).
22-
23-
TLDR: If you follow this guide, you’ll be able to set up a pipeline that works like this:
24-
25-
![For an extended version with audio commentary, see <https://youtu.be/iYXghJK7YdU>](/img/guides/build-it-yourself/pipelines/walkthrough.gif)
20+
This is a comprehensive guide explaining the problem space of CI/CD, its threat vectors, and the design decisions that Gruntwork Pipelines
21+
makes in order to keep your sensitive credentials secure.
2622

2723
## What this guide will not cover
2824

25+
This guide is not hands-on! If you're looking to explore and play around with Gruntwork Pipelines, you should instead view and deploy [our official
26+
examples in our service catalog](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/examples/for-production/gruntwork-pipelines).
27+
2928
CI/CD for infrastructure code is a large topic and a single guide cannot cover everything. There
3029
are several items that this guide will not cover, including:
3130

@@ -53,6 +52,7 @@ testing for Terraform, Docker, Packer, Kubernetes, and More](https://blog.gruntw
5352

5453
</div>
5554

55+
5656
## Sections
5757

5858
Feel free to read this guide from start to finish or skip around to whatever sections interest you.
@@ -90,8 +90,5 @@ Feel free to read this guide from start to finish or skip around to whatever sec
9090

9191

9292
<!-- ##DOCS-SOURCER-START
93-
{
94-
"sourcePlugin": "local-copier",
95-
"hash": "3130cb825c605b438694546804a4f87c"
96-
}
93+
{"sourcePlugin":"local-copier","hash":"ce61548221a65c5a711904397d890781"}
9794
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)