Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
zreigz committed Nov 27, 2024
1 parent 0e03a79 commit aeacc59
Showing 2 changed files with 0 additions and 1 deletion.
Binary file removed az-test
Binary file not shown.
1 change: 0 additions & 1 deletion pkg/up/deploy.go
Original file line number Diff line number Diff line change
@@ -154,7 +154,6 @@ 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

0 comments on commit aeacc59

Please sign in to comment.