docs/src/content/docs/09-terragrunt-scale/06-patcher.mdx
import { Aside } from '@astrojs/starlight/components';
Patcher is the dependency management component of Terragrunt Scale. It automates the process of keeping your infrastructure modules up to date, including handling breaking changes.
terragrunt.stack.hcl files, not just individual units.Patcher works with any IaC source that Terragrunt supports, including:
For setup instructions, patching tutorials, and configuration reference, see the Gruntwork Patcher documentation.
</Aside>