Skip to content

Commit a982a74

Browse files
committed
fixup! bench
1 parent 90d09be commit a982a74

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

provisioner/terraform/parse.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ func (s *server) Parse(sess *provisionersdk.Session, _ *proto.ParseRequest, _ <-
2121
defer span.End()
2222

2323
// Load the module and print any parse errors.
24-
// module, diags := tfconfig.LoadModule(sess.WorkDirectory)
25-
// if diags.HasErrors() {
26-
// }
27-
2824
parser, diags := tfparse.New(sess.WorkDirectory, tfparse.WithLogger(s.logger.Named("tfparse")))
2925
if diags.HasErrors() {
3026
return provisionersdk.ParseErrorf("load module: %s", formatDiagnostics(sess.WorkDirectory, diags))

0 commit comments

Comments
 (0)