Code Monkey home page Code Monkey logo

terraform-provider-pinecone's Issues

Serverless Resource creation

Hello, since pinecone introduced their new serverless solution for vector database, is it possible to update this provider such that we can create serverless index with terraform?

Serverless support for the terraform pinceone provider

Pinecone serverless looks tempting to me as I manage multiple client instances that don't necessarily need pods. However, the lack of support for regions is keeping me from moving all my vector-db instances to serverless.

I would like to manage all my infrastructure, including pinecone vector indexes. But, I'm a bit concerned that serverless support might take too long for the Terraform provider.

I'm a bit of a newbie to Terraform and I doubt I'll have enough time to come up with a work-around for this provider. Would appreciate any guidance. I might just stick to using the Pinecone API to manage indexes if this provider won't get updated.

Error: Resource Type Not Found when trying to use examples/resource

Using the example in examples/resource and then running terraform init then terraform plan gives me:

│ Error: Resource Type Not Found
│
│   with pinecone_index.my-first-index,
│   on main.tf line 19, in resource "pinecone_index" "my-first-index":
│   19: resource "pinecone_index" "my-first-index" {
│
│ No resource type named "pinecone_index" was found in the provider.

Is this a registry issue? I have this in main.tf, and when I run terraform init it successfully installs the binary.

...
  required_providers {
    pinecone = {
      source  = "thiskevinwang/pinecone"
    }
  }
...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.