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. |
||
---|---|---|
.. | ||
codegen | ||
alias_grpc_pb.js | ||
alias_pb.js | ||
analyzer_grpc_pb.js | ||
analyzer_pb.js | ||
converter_grpc_pb.js | ||
converter_pb.js | ||
engine_grpc_pb.js | ||
engine_pb.js | ||
errors_grpc_pb.js | ||
errors_pb.js | ||
language_grpc_pb.js | ||
language_pb.js | ||
plugin_grpc_pb.js | ||
plugin_pb.js | ||
provider_grpc_pb.js | ||
provider_pb.js | ||
resource_grpc_pb.js | ||
resource_pb.js | ||
status_grpc_pb.js | ||
status_pb.js |