[BUG] terragrunt apply uses mock outputs #1998
Labels
bug
Something isn't working
p:needs triage
Needs to be processed by maintainer and issue type / priority added
When running
terragrunt apply
on aterragrunt.hcl
which has a dependency block withmock_outputs
, if the dependency does not have any outputs terragrunt uses the mock outputs values on apply instead of throwing an error.I believe this behavior did not exist in the past and terragrunt threw an error if no outputs are found.
The text was updated successfully, but these errors were encountered: