Feature Summary
Publish tagged versions to the pulumi registry
Problem to Solve
With the current code, we have to manually compile the pulumi-outscale binary. And then add it using pulumi plugin install -f.
There is an entry about Outscale's pulumi integration in the official pulumi registry here: https://www.pulumi.com/registry/packages/outscale/
However it does not point to this package but to the default pulumi-terraform integration.
Proposed Solution
Uploading tagged versions of this pulumi provider to the pulumi registry would make the installation of the provider way easier for end user (pulumi plugin install outscale).
Alternatives Considered
No response
Additional Context
No response
Feature Summary
Publish tagged versions to the pulumi registry
Problem to Solve
With the current code, we have to manually compile the pulumi-outscale binary. And then add it using
pulumi plugin install -f.There is an entry about Outscale's pulumi integration in the official pulumi registry here: https://www.pulumi.com/registry/packages/outscale/
However it does not point to this package but to the default pulumi-terraform integration.
Proposed Solution
Uploading tagged versions of this pulumi provider to the pulumi registry would make the installation of the provider way easier for end user (
pulumi plugin install outscale).Alternatives Considered
No response
Additional Context
No response