Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed Oct 21, 2024
1 parent 8d93217 commit a2d5b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config_partial.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ func PartialParseConfig(ctx *ParsingContext, file *hclparse.File, includeFromChi
_, skipInputs := control.Evaluate(ctx.TerragruntOptions)
if skipInputs != nil {
ctx.TerragruntOptions.Logger.Warnf("Skipping inputs reading from %v inputs for better performance", file.ConfigPath)

break
}
}
Expand Down

0 comments on commit a2d5b2a

Please sign in to comment.