pulumi/pkg/resource/deploy
CyrusNajmabadi 1908a18d20 Loosen resource targeting restrictions. (#3426)
- If an untargeted create would not affect the inputs of any targeted
  resources, do not fail the update. Untargeted creates that are
  directly dependend on by targeted resources will still cause failures
  that inform the user to add the untargeted resources to the --target
  list.
- Users may now pass the `--target-dependents` flag to allow targeted
  destroys to automatically target dependents that must be destroyed in
  order to destroy an explicitly targeted resource.
2019-11-18 20:28:25 -08:00
..
deploytest Propagate inputs to outputs during preview. (#3327) 2019-11-11 12:09:34 -08:00
providers Implement `StreamInvoke` 2019-11-05 10:47:48 -08:00
builtins.go Implement `StreamInvoke` 2019-11-05 10:47:48 -08:00
plan.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
plan_executor.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
plan_test.go Retain the SecretsManager that was used to deserialize a deployment 2019-05-10 17:07:52 -07:00
snapshot.go error instead of panic when different resources use the same alias (#3457) 2019-11-06 08:49:13 -08:00
source.go Propagate inputs to outputs during preview. (#3327) 2019-11-11 12:09:34 -08:00
source_error.go Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
source_eval.go Propagate inputs to outputs during preview. (#3327) 2019-11-11 12:09:34 -08:00
source_eval_test.go Allow users to explicitly disable delete-before-replace. (#3118) 2019-08-20 15:51:02 -07:00
source_fixed.go Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
source_null.go Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
source_query.go Don't send spurious empty stream invoke response 2019-11-12 13:51:19 -08:00
source_query_test.go Allow provider loading in `query` mode 2019-10-23 15:14:56 -07:00
step.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
step_executor.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
step_generator.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
step_generator_test.go Pass ignoreChanges to providers. (#3005) 2019-07-31 11:39:07 -05:00
target.go Allow provider loading in `query` mode 2019-10-23 15:14:56 -07:00