Integrates the logic from --terragrunt-modules-that-include into --terragrunt-queue-include-units-reading.
Upon starting integration into Gruntwork Pipelines, it was discovered that there wasn't really a purpose to having two separate flags for this functionality. The --terragrunt-modules-that-include flag can remain supported for backwards compatibility and to ensure that users can still use it if they specifically want to include only the units that include particular configurations.
Description
Integrates the logic from
--terragrunt-modules-that-include
into--terragrunt-queue-include-units-reading
.Upon starting integration into Gruntwork Pipelines, it was discovered that there wasn't really a purpose to having two separate flags for this functionality. The
--terragrunt-modules-that-include
flag can remain supported for backwards compatibility and to ensure that users can still use it if they specifically want to include only the units that include particular configurations.TODOs
Read the Gruntwork contribution guidelines.
Release Notes (draft)
Updated
--terragrunt-queue-include-units-reading
to include the inclusion logic from--terragrunt-modules-that-include
.