I am using a combination of terragrunt and terraform to deploy my infra and the pipelines are in Azure Devops. While developing I am constantly running into having to commit multiple times if I have to delete a module. As terragrunt relies on terraform to maintain the state, there is no possibility of removing a module directly from terragrunt. Whereas the same problem would never occur in terraform because it checks for any and every deleted resource/module. I am trying to find a ground where I can have the possibilities of multiple state files(to reduce the blast radius) and easy removal of modules. Is there a workaround for this as terragrunt might not include this as a feature in the near future?
Asked
Active
Viewed 14 times
-1
-
The answer is literally in the same PR you just linked lol. – alex067 Aug 22 '23 at 14:12