able-camera-57198
11/18/2021, 7:44 PMbillowy-army-68599
pulumi state delete
and then rerunning your pulumi up
, which will create a new resource entirelyable-camera-57198
11/18/2021, 7:49 PMImmutable = true
option for resources which just creates a new one the moment any properties change.
Or perhaps
Immutable =
{
"PropertyOne",
"PropertySeven",
},
billowy-army-68599
able-camera-57198
11/18/2021, 7:52 PMbillowy-army-68599
able-camera-57198
11/18/2021, 7:52 PMbillowy-army-68599
able-camera-57198
11/18/2021, 7:55 PMgentle-diamond-70147
11/18/2021, 7:59 PMdeleteBeforeReplace
and/or replaceOnChanges
what you're looking for?
https://www.pulumi.com/docs/intro/concepts/resources/#deletebeforereplace
https://www.pulumi.com/docs/intro/concepts/resources/#replaceonchangesable-camera-57198
11/18/2021, 7:59 PMlittle-cartoon-10569
11/18/2021, 9:24 PMmicroscopic-florist-22719
freezing-van-87649
11/18/2021, 10:00 PMmicroscopic-florist-22719
alert-glass-49407
11/18/2021, 11:51 PM