Replies: 4 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
This is an interesting use case, and we are glad you are considering terragrunt. In addition to @denis256 notes, I think migration from workspaces' state files to under terragrunt management should go smoothly.
|
Beta Was this translation helpful? Give feedback.
-
This is interesting https://devpress.csdn.net/cicd/62ec396f89d9027116a10733.html |
Beta Was this translation helpful? Give feedback.
-
So, looks like there is no easy way to implement Terragrunt on existing (pure) Terraform repository. You'll need to create the Terragrunt configuration files and import one by one using |
Beta Was this translation helpful? Give feedback.
-
Hi everyone!
I have a pure Terraform repository with many modules (each on their own state file). I'm planning to implement Terragrunt. At the moment, the repository is using TF workspaces to deploy to different accounts (dev, test, staging, etc).
Was wondering if anyone has ever done a migration like that and could share some suggestions/thoughts?
Thanks in advance!
Tracked in ticket #110259
Beta Was this translation helpful? Give feedback.
All reactions