You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to pinecone_index.jenpod3, provider "provider[\"registry.terraform.io/pinecone-io/pinecone\"]" produced an unexpected new value:
│ .spec.pod.pods: was cty.NumberIntVal(1), but now cty.NumberIntVal(2).
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Expected Behavior
Would expect the index to be created with the correct number of replicas.
Steps To Reproduce
Attempt to create an index with a replica count (ex above)
Current Behavior
Attempting to create a pod index with a replica count of 2 produces an error.
Output
Expected Behavior
Would expect the index to be created with the correct number of replicas.
Steps To Reproduce
Additional Context
reported by @jhamon
The text was updated successfully, but these errors were encountered: