pulumi/tests/testdata
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
..
bad_random_pp Make convert more lenient 2023-06-08 11:14:31 +01:00
component_pp Test components in convert 2023-06-01 20:54:44 +01:00
random_pp Add per-language smoke tests to the integration tests 2023-05-06 09:23:19 +01:00
simple_schema Add per-language smoke tests to the integration tests 2023-05-06 09:23:19 +01:00
simple_tags Support 'pulumi:tags' config to set stack tags 2023-05-24 09:02:22 +01:00