Lee Zen
Lee Zen
Ensure this still works with pulumi 2.0 and gcp 4.0, which both have had a number of changes since this example was written.
Similar to create-react-app's `eject`, the idea would be to allow an end user to take what they've built in `@pulumi/awsx` and "eject" into pure `@pulumi/aws` -- allowing for more fine-grained...
Given the interest in https://github.com/pulumi/pulumi/issues/3507 we should document what you can already do with PS (and any potential issues you might run into).
Policy pack errors (at least in Python) often don't include line numbers, so it's hard to determine where the error is coming from. In addition, due to the way print...
Running a policy pack requires running `preview` or `update`. In some cases, one might be developing a policy pack against a project where the `preview`/`up` step takes a few seconds...