pulumi/sdk/nodejs/tests
Luke Hoban 0550f71a35
Add an ignoreChanges resource option (#2657)
Fixes #2277.

Adds a new ignoreChanges resource option that allows specifying a list of property names whose values will be ignored during updates. The property values will be used for Create, but will be ignored for purposes of updates, and as a result also cannot trigger replacements.

This is a feature of the Pulumi engine, not of the resource providers, so no new logic is needed in providers to support this feature. Instead, the engine simply replaces the values of input properties in the goal state with old inputs for properties marked as ignoreChanges.

Currently, only top level properties may be specified in ignoreChanges. In the future, this could be extended to support paths to nested properties (including into array elements) with a JSONPath/JMESPath syntax.
2019-04-22 13:54:48 -07:00
..
runtime Add an ignoreChanges resource option (#2657) 2019-04-22 13:54:48 -07:00
sxs Add a SxS test for @pulumi/pulumi to help catch when we make breaking changes to core types. (#2610) 2019-03-29 12:27:42 -07:00
config.spec.ts Adopt code review feedback for config constraints 2018-08-28 18:07:26 -07:00
init.spec.ts
iterable.spec.ts Break out Resource and Output into their own files (#2420) 2019-01-31 18:08:17 -08:00
output.spec.ts Enable unit testing for Pulumi programs (#2638) 2019-04-16 22:20:01 -07:00
testmode.spec.ts Enable unit testing for Pulumi programs (#2638) 2019-04-16 22:20:01 -07:00
unwrap.spec.ts Update @pulumi/pulumi to version 0.17.0 (#2510) 2019-03-05 17:06:57 -08:00
util.ts