pulumi / pulumi-terraform-bridge

A library allowing providers built with the Terraform Plugin SDK to be bridged into Pulumi.
Apache License 2.0
183 stars 41 forks source link

Basic runtime support for dynamic providers #2102

Closed iwahbe closed 1 week ago

iwahbe commented 1 week ago

This PR replaces the .Replace method with a sounder construct: XParameterizeResetProvider.

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 13.51351% with 32 lines in your changes missing coverage. Please review.

Project coverage is 60.74%. Comparing base (2094289) to head (53ffefd).

Files Patch % Lines
pf/internal/pfutils/proposed_new.go 21.73% 18 Missing :warning:
pf/tfbridge/provider.go 0.00% 13 Missing :warning:
pf/tfbridge/main.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2102 +/- ## ========================================== - Coverage 60.76% 60.74% -0.03% ========================================== Files 350 350 Lines 45686 45711 +25 ========================================== + Hits 27762 27768 +6 - Misses 16405 16425 +20 + Partials 1519 1518 -1 ```

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