Is there a way to update previously created Pulumi...
# general
m
Is there a way to update previously created Pulumi CustomResource? Knative has a KnativeServing resource where you can specify configs for different resources it manages and I need to be able to update that config (
spec.config
) after its creation - i.e. KnativeServing CustomResource is already in Pulumi state and I need to update that state later in the code (after some other operation is finished).