Skip to content

feat(provisioner/terraform/tfparse): implement WorkspaceTagDefaultsFromFile #15236

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 14 commits into from
Nov 14, 2024
Merged
Prev Previous commit
Next Next commit
unused-param
  • Loading branch information
johnstcn committed Nov 11, 2024
commit cb4be2620aa8d548b471bb0f3e62925cf1fbb972
2 changes: 1 addition & 1 deletion provisioner/terraform/tfparse/tfparse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ func BenchmarkWorkspaceTagDefaultsFromFile(b *testing.B) {
})
}

func discardLogger(t testing.TB) slog.Logger {
func discardLogger(_ testing.TB) slog.Logger {
l := slog.Make(sloghuman.Sink(io.Discard))
log.SetOutput(slog.Stdlib(context.Background(), l, slog.LevelInfo).Writer())
return l
Expand Down