pulumi/pkg/resource
joeduffy b7576b9b14 Add a notion of stable properties
This change adds the capability for a resource provider to indicate
that, where an action carried out in response to a diff, a certain set
of properties would be "stable"; that is to say, they are guaranteed
not to change.  As a result, properties may be resolved to their final
values during previewing, avoiding erroneous cascading impacts.

This avoids the ever-annoying situation I keep running into when demoing:
when adding or removing an ingress rule to a security group, we ripple
the impact through the instance, and claim it must be replaced, because
that instance depends on the security group via its name.  Well, the name
is a great example of a stable property, in that it will never change, and
so this is truly unfortunate and always adds uncertainty into the demos.
Particularly since the actual update doesn't need to perform replacements.

This resolves pulumi/pulumi#330.
2017-10-04 08:22:21 -04:00
..
deploy Add a notion of stable properties 2017-10-04 08:22:21 -04:00
environment Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
idl Bring LUMIDL up to code 2017-09-11 16:58:25 -07:00
plugin Add a notion of stable properties 2017-10-04 08:22:21 -04:00
provider Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
asset.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
asset_test.go Add some more asset serialization round-tripping tests 2017-07-17 11:30:10 -07:00
errors.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
properties.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
properties_diff.go Add diffing logic for assets/archives 2017-07-17 12:11:15 -07:00
properties_diff_test.go Add diffing logic for assets/archives 2017-07-17 12:11:15 -07:00
properties_test.go Tolerate computed and output properties 2017-08-03 11:01:38 -07:00
resource_goal.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
resource_id.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
resource_id_test.go Permit -1 for randlen and maxlen 2017-07-15 09:59:44 -07:00
resource_state.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
status.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
urn.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
urn_test.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00