pulumi / pulumi-policy

Pulumi's Policy as Code SDK, CrossGuard. Define infrastructure checks in code to enforce security, compliance, cost, and other practices, enforced at deployment time.
https://www.pulumi.com/docs/guides/crossguard/
Apache License 2.0
32 stars 4 forks source link

Add pulumiplugin.json to Python package #257

Closed justinvp closed 3 years ago

justinvp commented 3 years ago

Add pulumiplugin.json file to the Python package with "resource": false to indicate the package does not have an associated Pulumi plugin.

Once that's been done and a certain amount of time has passed, we can consider removing the hard-coding in pulumi/pulumi (https://github.com/pulumi/pulumi/issues/5863).

Reference: https://github.com/pulumi/pulumi/pull/5787

justinvp commented 3 years ago

This was fixed a while ago with #265