-1

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?

https://github.com/gruntwork-io/terragrunt/issues/433

Ritwik Singh
  • 75
  • 1
  • 8

0 Answers0