-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roll out PULUMI_CONVERT=1 to tier 2 providers #889
Comments
@pulumi/providers hi team if you can help me getting these reviewed I'll appreciate it very much. Most are fairly mechanical but if you spot something odd it's worth discussing. |
Spotted a few possible regressions: Another possible regression: pulumi/pulumi-archive#182 Some here too: https://github.com/pulumi/pulumi-artifactory/pull/698/files https://github.com/pulumi/pulumi-civo/pull/463/files https://github.com/pulumi/pulumi-cloudflare/pull/735/files too https://github.com/pulumi/pulumi-github/pull/640/files has some new examples but also some dropped ones https://github.com/pulumi/pulumi-random/pull/890/files in RandomInteger.java has a https://github.com/pulumi/pulumi-tls/pull/483/files drops a few examples too. There seems to be a common theme I spotted in the dropped examples related to file operations perhaps? (edited) |
Some examples were dropped from missing std reference.
|
cloudflare is addressed |
tls is addressed |
I'll spot-check GitHub, random. Still have some build problems in OCI. |
Addressed it all. All ready to go! Except for:
|
Per @mjeffryes merging the rest of unblocked PRs without waiting for approvals. |
Last one: pulumi/pulumi-digitalocean#710 |
Should we default enable this in the tf provider boilerplate too? @t0yv0 |
Not needed when it becomes the default bridge behavior it will enable itself. |
Bridged Providers
Tier 1
Tier 2
The text was updated successfully, but these errors were encountered: