Skip to content

Commit

Permalink
replaced util logger with charmbracelet
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Feb 7, 2025
1 parent 835ffa1 commit 2c02448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/exec/terraform_outputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func GetTerraformOutput(
if !skipCache {
cachedOutputs, found := terraformOutputsCache.Load(stackSlug)
if found && cachedOutputs != nil {
l.Debug("Found the result of the Atmos YAML function '!terraform.output %s %s %s' in the cache", "component", component, "stack", stack, "output", output)
l.Debug("Found the result of the Atmos YAML function '!terraform.output %s %s %s' in the cache", component, stack, output)
return getTerraformOutputVariable(atmosConfig, component, stack, cachedOutputs.(map[string]any), output)
}
}
Expand Down

0 comments on commit 2c02448

Please sign in to comment.