mirror of https://github.com/pulumi/pulumi.git
46332e7d17
Fixes https://github.com/pulumi/pulumi/issues/13117 This adds a new "--strict" flag to `pulumi convert` which defaults to false. When strict is NOT set we bind the PCL with the extra options of `SkipResourceTypechecking`, `AllowMissingVariables`, and `AllowMissingProperties`. This will change some errors to warnings in code generation. The `strict` flag is sent over the gRPC interface to the Go/Node plugins for their `GenerateProject` methods as they have to do PCL binding plugin side currently. |
||
---|---|---|
.. | ||
main.pp |