green-musician-49057
04/07/2022, 3:43 PMruntime
in the Pulumi.yaml
file?
Assuming the code is ported correctly, the stack state shouldn't change, is that right? We're using Pulumi's managed state store.billowy-army-68599
04/07/2022, 3:47 PMpulumi state delete
the old resources from the original project
• leave the existing project in place and use .get
methodsgreen-musician-49057
04/07/2022, 4:02 PM.get
methods are you referring to the methods used to look up existing resources? So leaving the old project intact, we create a new project in new runtime of choice, and lookup the existing resources as needed?