https://pulumi.com logo
m

most-lighter-95902

10/31/2021, 4:40 PM
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).