We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a terragrunt module is configured to use Iac Engines, the engine is not used when that module's output is read via a dependency block
dependency
engine
terragrunt plan
When terragrunt process the dependency on module 1, the terraform output -json command should be executed using the IaC engine.
terraform output -json
See #3962 for more details
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
If a terragrunt module is configured to use Iac Engines, the engine is not used when that module's output is read via a
dependency
blockSteps To Reproduce
engine
blockterragrunt plan
for module 2Expected behavior
When terragrunt process the dependency on module 1, the
terraform output -json
command should be executed using the IaC engine.Versions
Additional context
See #3962 for more details
The text was updated successfully, but these errors were encountered: