thankful-stone-34269
02/08/2023, 11:37 PMpulumi import
doesn't just create code for an existing resource, it also imports that existing physical resource into your current stack. So if you are trying to use import
to learn how to make a similar resources, beware. Because your dev stack will get a reference to the actual real infra that's in use. And if you're like me you won't understand why your dev stack has this thing you never created with pulumi up
and when you finally succeed in getting it out of your stack, you take down the system. :(echoing-dinner-19531
02/09/2023, 10:32 AMstack rm
the whole stack after