Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMrqes committed Sep 23, 2024
1 parent ec26a4c commit 0e624b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/runner/tools/opentofu/opentofu.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ import (
"errors"
"os/exec"

"github.com/hashicorp/terraform-exec/tfexec"
c "github.com/padok-team/burrito/internal/utils/cmd"
)

// The equivalent of tfexec for OpenTofu is not actively maintained.
// Switch to it when this repo is updated: https://github.com/tofu/tofu-exec

type OpenTofu struct {
exec *tfexec.Terraform
ExecPath string
WorkingDir string
}
Expand Down

0 comments on commit 0e624b5

Please sign in to comment.