Skip to content

Commit

Permalink
add more crazy logging...
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarfors committed Oct 13, 2024
1 parent 373d6e3 commit d5d436d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/x/sylt/terra_exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"errors"
"io"
"log/slog"
"os"
"os/exec"
)
Expand Down Expand Up @@ -68,5 +69,6 @@ func (e *terraCmd) Run(
cmd.Env = os.Environ()
cmd.Stdout = stdout
cmd.Stderr = stderr
slog.Info("running terraform command", "cmd", cmd.String())
return cmd.Run()
}

0 comments on commit d5d436d

Please sign in to comment.