pulumi / pulumi-terraform-bridge

A library allowing Terraform providers to be bridged into Pulumi.
Apache License 2.0
194 stars 43 forks source link

Standardize a pf/tfbridge compatible provider on pf.ShimProvider #2075

Closed iwahbe closed 3 months ago

iwahbe commented 3 months ago

This is a pure refactor and will not have any end user consequences.

This was broken off from https://github.com/pulumi/pulumi-terraform-bridge/pull/1973.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 1.92308% with 51 lines in your changes missing coverage. Please review.

Project coverage is 61.19%. Comparing base (f5a6151) to head (fe2a4e4).

Files Patch % Lines
pf/internal/schemashim/provider.go 0.00% 23 Missing :warning:
pf/tfbridge/provider.go 0.00% 23 Missing :warning:
pf/tfbridge/main.go 0.00% 2 Missing :warning:
pf/internal/check/not_supported.go 0.00% 0 Missing and 1 partial :warning:
pf/internal/muxer/muxer.go 50.00% 1 Missing :warning:
pf/tfbridge/provider_get_mapping.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2075 +/- ## ======================================= Coverage 61.19% 61.19% ======================================= Files 339 339 Lines 45130 45132 +2 ======================================= + Hits 27617 27620 +3 Misses 15992 15992 + Partials 1521 1520 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.