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

Allow disabling PRC via env var #2077

Open VenelinMartinov opened 2 weeks ago

VenelinMartinov commented 2 weeks ago

Ahead of https://github.com/pulumi/pulumi-terraform-bridge/issues/1785, it might be wise to add this to allow users to debug or work around PRC issues.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 61.10%. Comparing base (f5a6151) to head (84759f0). Report is 1 commits behind head on master.

Files Patch % Lines
pkg/tfshim/sdk-v2/provider.go 33.33% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2077 +/- ## ========================================== - Coverage 61.19% 61.10% -0.09% ========================================== Files 339 339 Lines 45130 45245 +115 ========================================== + Hits 27617 27647 +30 - Misses 15992 16075 +83 - Partials 1521 1523 +2 ```

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