pulumi/sdk/proto/go
Fraser Waters 46332e7d17 Make convert more lenient
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.
2023-06-08 11:14:31 +01:00
..
codegen Allow mapping requests to install plugins 2023-05-29 14:53:04 +01:00
alias.pb.go Support subdirectories in proto 2023-03-05 16:05:58 +00:00
analyzer.pb.go Support subdirectories in proto 2023-03-05 16:05:58 +00:00
analyzer_grpc.pb.go Support subdirectories in proto 2023-03-05 16:05:58 +00:00
converter.pb.go Allow converter plugins to return diagnostics 2023-06-05 17:38:59 +01:00
converter_grpc.pb.go Add converter plugin 2023-03-09 22:16:21 +00:00
engine.pb.go Support subdirectories in proto 2023-03-05 16:05:58 +00:00
engine_grpc.pb.go Support subdirectories in proto 2023-03-05 16:05:58 +00:00
errors.pb.go Support subdirectories in proto 2023-03-05 16:05:58 +00:00
language.pb.go Make convert more lenient 2023-06-08 11:14:31 +01:00
language_grpc.pb.go gRPC for GenerateProject/Program/Package 2023-05-06 13:14:59 +01:00
plugin.pb.go Support subdirectories in proto 2023-03-05 16:05:58 +00:00
provider.pb.go proto/ConstructRequest: Add resource options fields 2023-04-21 10:57:19 -07:00
provider_grpc.pb.go Support subdirectories in proto 2023-03-05 16:05:58 +00:00
resource.pb.go Support subdirectories in proto 2023-03-05 16:05:58 +00:00
resource_grpc.pb.go Support subdirectories in proto 2023-03-05 16:05:58 +00:00