I’m experiencing a panic when running `pulumi up` ...
# general
s
I’m experiencing a panic when running
pulumi up
on an existing stack: https://gist.github.com/ohlol/4c06ba68c395f80c38434385454950f7 in this gist, you can see the first couple lines are a successful
pulumi up
on a brand new stack. then when I run
pulumi up
again, there is a panic. I found a few similar github issues around this but nothing suggesting a resolution. anyone seen this?
b
could you share your code?
s
mmm it’s a lot, anything in particular?
i’ll dm you a bit
b
following up here, this was panicking because a tag value was an int, not a string. stringifying it fixed it 🙂
🙌 3
s
thanks again!