Closed VenelinMartinov closed 3 months ago
This adds a NewSourcePath option to the PreviewProviderUpgrade function in order to allow running upgrade tests where the new program needs some source edits.
NewSourcePath
PreviewProviderUpgrade
fixes https://github.com/pulumi/providertest/issues/64
cc @t0yv0 who originally requested this
This PR has been shipped in release v0.1.0.
This adds a
NewSourcePath
option to thePreviewProviderUpgrade
function in order to allow running upgrade tests where the new program needs some source edits.fixes https://github.com/pulumi/providertest/issues/64