Skip to content

Commit

Permalink
Merge 6507991 into dd20ba6
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Nov 15, 2022
2 parents dd20ba6 + 6507991 commit 1514d13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/tf2pulumi/convert/convert.go
Expand Up @@ -128,9 +128,6 @@ func Convert(opts Options) (map[string][]byte, Diagnostics, error) {
if err != nil {
return nil, Diagnostics{All: diagnostics, files: tfFiles}, err
}
if diagnostics.HasErrors() {
return nil, Diagnostics{All: diagnostics, files: tfFiles}, nil
}

return generatedFiles, Diagnostics{All: diagnostics, files: tfFiles}, nil
}
Expand Down

0 comments on commit 1514d13

Please sign in to comment.