You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs-sources/guides/build-it-yourself/pipelines/index.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,24 @@ import { CardList } from "/src/components/CardGroup"
7
7
8
8
# Set Up an Infrastructure CI/CD Pipeline
9
9
10
-
:::caution
10
+
:::info
11
11
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)
13
15
14
16
:::
15
17
16
18
## Overview
17
19
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
-

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.
26
22
27
23
## What this guide will not cover
28
24
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
+
29
28
CI/CD for infrastructure code is a large topic and a single guide cannot cover everything. There
30
29
are several items that this guide will not cover, including:
Copy file name to clipboardExpand all lines: docs/guides/build-it-yourself/pipelines/index.md
+11-14Lines changed: 11 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,24 @@ import { CardList } from "/src/components/CardGroup"
7
7
8
8
# Set Up an Infrastructure CI/CD Pipeline
9
9
10
-
:::caution
10
+
:::info
11
11
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)
13
15
14
16
:::
15
17
16
18
## Overview
17
19
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
-

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.
26
22
27
23
## What this guide will not cover
28
24
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
+
29
28
CI/CD for infrastructure code is a large topic and a single guide cannot cover everything. There
30
29
are several items that this guide will not cover, including:
31
30
@@ -53,6 +52,7 @@ testing for Terraform, Docker, Packer, Kubernetes, and More](https://blog.gruntw
53
52
54
53
</div>
55
54
55
+
56
56
## Sections
57
57
58
58
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
0 commit comments