Skip to content

Commit 561d03e

Browse files
Apply suggestions from code review
Co-authored-by: Danielle Maywood <danielle@themaywoods.com>
1 parent 2320dcc commit 561d03e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

provisioner/terraform/tfparse/tfextract.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func WorkspaceTags(ctx context.Context, logger slog.Logger, module *tfconfig.Mod
3939
}
4040
// We know in which HCL file is the data resource defined.
4141
file, diags = parser.ParseHCLFile(dataResource.Pos.Filename)
42-
4342
if diags.HasErrors() {
4443
return nil, xerrors.Errorf("can't parse the resource file: %s", diags.Error())
4544
}

0 commit comments

Comments
 (0)