pulumi/pkg/resource/deploy
Pat Gavlin 1e0c9efdd7
Respect provider config secretness. (#5742)
Just what it says on the tin. This is implemented by changing the
`GetPackageConfig` method of `ConfigSource` to return a `PropertyMap`
and ensuring that any secret config is represented by a `Secret`.
2020-11-12 12:18:12 -08:00
..
deploytest switch uuid packages (#5608) 2020-11-04 03:13:04 +00:00
providers switch uuid packages (#5608) 2020-11-04 03:13:04 +00:00
builtins.go switch uuid packages (#5608) 2020-11-04 03:13:04 +00:00
import.go Respect provider config secretness. (#5742) 2020-11-12 12:18:12 -08:00
plan.go Respect provider config secretness. (#5742) 2020-11-12 12:18:12 -08:00
plan_executor.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
plan_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
snapshot.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
source.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_error.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_eval.go Respect provider config secretness. (#5742) 2020-11-12 12:18:12 -08:00
source_eval_test.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
source_fixed.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_null.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
source_query.go Add engine support for getResource. (#5646) 2020-11-02 13:36:12 -08:00
source_query_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
step.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
step_executor.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
step_generator.go Add engine support for getResource. (#5646) 2020-11-02 13:36:12 -08:00
step_generator_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
target.go Respect provider config secretness. (#5742) 2020-11-12 12:18:12 -08:00