https://pulumi.com logo
Title
s

sparse-state-34229

03/27/2021, 3:06 AM
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

billowy-army-68599

03/27/2021, 3:09 AM
could you share your code?
s

sparse-state-34229

03/27/2021, 3:10 AM
mmm it’s a lot, anything in particular?
i’ll dm you a bit
b

billowy-army-68599

03/27/2021, 3:30 AM
following up here, this was panicking because a tag value was an int, not a string. stringifying it fixed it 🙂
🙌 3
s

sparse-state-34229

03/27/2021, 3:33 AM
thanks again!