0.4.3 • Published 1 year ago
@pinecone-database/pulumi v0.4.3
Pinecone Pulumi Provider
This Pulumi Pinecone Provider enables you to manage your Pinecone collections and indexes using any language of Pulumi Infrastructure as Code.
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pinecone-database/pulumior yarn:
yarn add @pinecone-database/pineconePython
To use from Python, install using pip:
pip install pinecone_pulumiGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/pinecone-io/pulumi-pinecone/sdk.NET
To use from .NET, install using dotnet add package:
dotnet add package PineconeDatabase.PineconeConfiguration
The following configuration points are available for the pinecone provider:
pinecone:APIKey- This is the Pinecone API key. (environment:PINECONE_API_KEY)