Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Nov 27, 2024
1 parent edc27d5 commit 9e11f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/up/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func (tf *terraformCmd) outputs() (map[string]Output, error) {

func (tf *terraformCmd) run() (err error) {
for tf.retries >= 0 {
fmt.Println(tf.dir, tf.cmd, tf.args)
args := append([]string{tf.cmd}, tf.args...)
cmd := exec.Command("terraform", args...)
cmd.Dir = tf.dir
Expand Down

0 comments on commit 9e11f93

Please sign in to comment.