Skip to content

feat: Download default terraform version when minor version mismatches #1775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 22, 2022
Prev Previous commit
Next Next commit
Debugging CI failure
  • Loading branch information
AbhineetJain committed Jun 22, 2022
commit 62b395ea77c409d319c3709eb7629d3c1361026c
1 change: 1 addition & 0 deletions cli/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func TestServer(t *testing.T) {
}()
require.Eventually(t, func() bool {
_, err := cfg.URL().Read()
t.Log(err)
return err == nil
}, time.Minute, 25*time.Millisecond)
cancelFunc()
Expand Down