Skip to content

Commit

Permalink
Fix args sent to terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-abbadie committed Aug 10, 2021
1 parent 04116e2 commit 70f9d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {

tfBinaryPath := installTFProvidedModule(dir, mirrorURL)

exitCode := runTerraform(tfBinaryPath, args...)
exitCode := runTerraform(tfBinaryPath, args[1:]...)
os.Exit(exitCode)
}

Expand Down

0 comments on commit 70f9d3e

Please sign in to comment.