This message was deleted.
# general
s
This message was deleted.
s
Thanks. I put together a minimal reproduction of this:
I’ll drop a note on the issue
@white-balloon-205 FWIW I think your assessment is correct about the shape of
tags
and
tagsCollection
being confused somewhere. I have a state which is producing a crash on every refresh expecting a map, where the state value is an array.
w
I believe https://github.com/pulumi/pulumi-aws/pull/296 will fix this, though it partly just works around a deeper problem.
@stocky-spoon-28903 Can you try that out and let me know if you are still seeing any problems here?
s
@white-balloon-205 Is the way to test it to clone
pulumi-aws
,
make
and then
npm link
the resulting package?
w
Yes - though I believe you actually have to do
yarn link
since we use
yarn
in the
pulumi-aws
build, and
yarn
and
npm
I believe use separate link systems.
(we'll get this merged into master soon as well and then you can pick up a
dev
build)
s
👌, just out with the dog for a few minutes, I’ll try shortly