https://pulumi.com logo
f

fast-river-57630

05/19/2022, 5:23 PM
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

billowy-army-68599

05/19/2022, 6:50 PM
You can use ignoreChanges on the resource and then remove it afterwards
2 Views