terraform-python-testing-helper
terraform-python-testing-helper copied to clipboard
Add support for duplicate arguments for Terragrunt
Arguments like --terragrunt-include-dir, are allowed to be specified multiple times. parse_args
here uses dictionary format **kw
for providing arguments to Terragrunt.
This will not work for duplicated arguments.