Skip to content

How to configure Gruntwork Pipelines for a setup based on Terragrunt live examples #78

Answered by zackproser
zackproser asked this question in Help
Discussion options

You must be logged in to vote

Given your setup and your prior experience with Terragrunt, we recommend that you start by adopting service catalog modules into your current setup. This will likely end up looking like an incremental migration moving component by component. Here's how we'd recommend approaching this:

  1. Start by looking at the for-production examples in the service catalog
  2. Pick out a service that will be easy to adopt given your current architecture. For example, you could run terragrunt graph-dependencies and pick a component from a leaf-node level to begin with. That is, start with a component that has no downstream dependencies that have not already been migrated.
  3. Back up your current terraform state fo…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by zackproser
Comment options

You must be logged in to vote
1 reply
@rhoboat
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment