We need to add a method for determining whether or not another node will change, or did change, during graph execution.
Ideas for implementation include creating an additional property on the resource, e.g. {{lookup 'resource.name.changed'}} or creating a changed function, e.g. {{changed 'resource.name'}}.
We need to add a method for determining whether or not another node will change, or did change, during graph execution.
Ideas for implementation include creating an additional property on the resource, e.g.
{{lookup 'resource.name.changed'}}
or creating a changed function, e.g.{{changed 'resource.name'}}
.