docs/src/data/flags/source.mdx
Specifies a source URL where Terragrunt should download the OpenTofu/Terraform configuration. This overrides any source parameters specified in the Terragrunt configuration files.
The configuration will be downloaded into a temporary folder, and Terragrunt will execute OpenTofu/Terraform commands in that folder.
Example:
terragrunt run plan --source github.com/example/infrastructure//modules/vpc
This is particularly useful when: