[Bug] Provisioning a pinecone.Index if the name already exists results in a panic #100
Open
2 tasks done
Labels
bug
Something isn't working
Is this a new bug?
Current Behavior
pulumi up
panics attempting to create an index with a naming collision.Expected Behavior
The provider should return a meaningful error message, not panic.
Steps To Reproduce
pinecone.PineconeIndex
with the same namepulumi up
will panic (stack trace below)Relevant log output
Additional Context
No response
The text was updated successfully, but these errors were encountered: