This message was deleted.
# general
s
This message was deleted.
c
Yes we have. Moving CI and CD into our ADO pipeline
l
How do you automate removing a resource from a stack state and importing it in the other stack layer again? Can you sketch your approach?
c
Well removing a resource would simply be removing it from the code or have the flow of the code now not hitting the portion of the code. Can you clarify more on the importing it into the other stack later?
l
Well, I don’t want to delete the actual resource. I want the code representing the resource, combined with the state representing the resource to be moved from one stack to another. State manipulation is not part of the standard
pulumi up
. You can imagine it as shifting the line between the lower stack and the upper stack to indicate which resources are part of which stack. Am I making myself clear?
s
Yes fully understand. I have not actually done that yet, and I too would like to know if its possible.
l
Thanks @chilly-hairdresser-56259, I will follow up on that GH issue. 😉