full-artist-27215
10/20/2021, 5:51 PMpulumi stack
immediately afterward shows the output is still present, and it persists across multiple `pulumi up`s, despite the fact that the underlying resource is long gone. I think I'm going to do some manual surgery on the stack state (using pulumi stack export
and pulumi stack import
), but I'm curious if anybody else has come across this before.little-cartoon-10569
10/20/2021, 5:55 PMundefined
? Or you've deleted the exported constant, and it's still appearing in the outputs?full-artist-27215
10/20/2021, 5:57 PMlittle-cartoon-10569
10/20/2021, 6:01 PMexport const x: pulumi.Output<type> = value;
in node. Are you doing it like that, or some other export mechanism?full-artist-27215
10/20/2021, 6:08 PMpulumi.export("foo", my_resource.foo)
little-cartoon-10569
10/20/2021, 6:09 PMred-match-15116
10/20/2021, 6:10 PMfull-artist-27215
10/20/2021, 6:44 PMgreat-sunset-355
10/21/2021, 5:45 AM