Updated CLI args, config attributes and blocks
--terragrunt-source-map
[CLI Arg]
Description
You can now configure the Terragrunt source map option using the environment variable TERRAGRUNT_SOURCE_MAP
. You can configure multiple mappings using comma separated value encoding. For example, the following configures three mappings:
github.com/org/modules.git=/local/path/to/modules,gitlab.com/org-lab/modules.git=/local/path/to/modules,bitbucket.org/bitorg/modules.git=/local/path/to/modules,gitlab.com/org-lab/modules.git=/local/path/to/modules