I'm trying to migrate our Pulumi stacks from the p...
# typescript
b
I'm trying to migrate our Pulumi stacks from the package manager that we were using in our monorepo (
yarn
) to the one we're using now (
pnpm
), and something I've noticed is that when I switch between them there's a whole load of diffs with various resources in the state file, which seems to be adding a whole load of properties which should have been there already (and must have been, because Pulumi was working previously). I can't imagine why the contents of the state file or the outputs returned by the provider resources or whatever should be in any way dependent on the package manager used. Anyone got any hints as to why that might be happening?