how would you defer some change? For example chang...
# general
f
how would you defer some change? For example changing 'nodeType' for an AWS instance. I want to to happen on monday but want to pulumi up the rest today. I know I can grab the URNs i want to update specifically but I'd rather be able to mark entities as "Update Later" (for now just manually reverting the commit in question).
b
You can use ignoreChanges on the resource and then remove it afterwards