Is there documentation on the Gruntwork pipeline tool (Concept + Architecture incl. supported branching model and code example) for Terragrunt? #149
-
Is there documentation on the Gruntwork pipeline tool (Concept + Architecture incl. supported branching model and code example) for Terragrunt? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Our current best guide for this is here: https://docs.gruntwork.io/docs/guides/build-it-yourself/pipelines/ Specifically, the Concept and Architecture discussion begins here: https://docs.gruntwork.io/docs/guides/build-it-yourself/pipelines/core-concepts/why-is-it-important-to-have-ci-cd/ The code samples are available in the section that details how to configure Pipelines on your own: https://docs.gruntwork.io/docs/guides/build-it-yourself/pipelines/deployment-walkthrough/pre-requisites We are aware that these docs are currently out of date, but the core information (Architecture, Risk modeling, how to deploy it yourself) are available in this guide. Luckily, if you purchase a Reference Architecture from us, you'll get Pipelines configured and working out of the box. |
Beta Was this translation helpful? Give feedback.
Our current best guide for this is here: https://docs.gruntwork.io/docs/guides/build-it-yourself/pipelines/
Specifically, the Concept and Architecture discussion begins here: https://docs.gruntwork.io/docs/guides/build-it-yourself/pipelines/core-concepts/why-is-it-important-to-have-ci-cd/
The code samples are available in the section that details how to configure Pipelines on your own: https://docs.gruntwork.io/docs/guides/build-it-yourself/pipelines/deployment-walkthrough/pre-requisites
We are aware that these docs are currently out of date, but the core information (Architecture, Risk modeling, how to deploy it yourself) are available in this guide.
Luckily, if you purchase a Reference …