pulumi/pkg/resource/deploy
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
..
deploytest Make convert more lenient 2023-06-08 11:14:31 +01:00
providers Allow mapping requests to install plugins 2023-05-29 14:53:04 +01:00
builtins.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
deployment.go Don't load providers at startup 2023-05-12 10:04:21 +01:00
deployment_executor.go Don't load providers at startup 2023-05-12 10:04:21 +01:00
deployment_executor_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
deployment_test.go Remove source_fixed 2022-11-08 15:55:45 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
import.go Don't load providers at startup 2023-05-12 10:04:21 +01:00
manifest.go Split Manifest type to it's own file (#8712) 2022-01-10 12:25:24 +00:00
plan.go all: Fix revive issues 2023-03-21 08:55:11 -07:00
snapshot.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
snapshot_test.go all: Fix revive issues 2023-03-21 08:55:11 -07:00
source.go Monitor.Invoke and Provider.Invoke take different arguments (#9323) 2022-04-14 10:59:46 +01:00
source_error.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
source_eval.go Resources now inherit the `DeletedWith` Resource Option across SDKs. 2023-06-02 09:20:26 -07:00
source_eval_test.go Resources now inherit the `DeletedWith` Resource Option across SDKs. 2023-06-02 09:20:26 -07:00
source_null.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
source_query.go Don't load providers at startup 2023-05-12 10:04:21 +01:00
source_query_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
state_builder.go all: Fix revive issues 2023-03-21 08:55:11 -07:00
state_builder_test.go Non-mutating snapshot normalization (#10128) 2022-07-18 14:04:19 -04:00
step.go Don't load providers at startup 2023-05-12 10:04:21 +01:00
step_executor.go Fix targeted-replace and update plans. 2023-05-09 07:48:53 -07:00
step_generator.go Fix inconsistency in calling DiffConfig 2023-06-01 11:45:35 +01:00
step_generator_test.go Revert PR moving deletedWith inheritance logic to the engine as `get` resources and MLCs are incompatible. 2023-03-30 10:18:27 -07:00
target.go Add getOrganization to nodejs and python (#10504) 2022-08-31 10:33:29 +01:00