https://github.com/pinecone-io/pulumi-pinecone
Pinecone Pulumi Provider
https://github.com/pinecone-io/pulumi-pinecone
pinecone provider pulumi
Last synced: about 2 months ago
JSON representation
Pinecone Pulumi Provider
- Host: GitHub
- URL: https://github.com/pinecone-io/pulumi-pinecone
- Owner: pinecone-io
- License: apache-2.0
- Created: 2023-11-21T22:22:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T08:40:41.000Z (5 months ago)
- Last Synced: 2025-04-23T02:04:05.201Z (2 months ago)
- Topics: pinecone, provider, pulumi
- Language: Python
- Homepage:
- Size: 469 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinecone Pulumi Provider
[](https://codespaces.new/pinecone-io/pulumi-pinecone)
This Pulumi Pinecone Provider enables you to manage your [Pinecone](https://www.pinecone.io/) 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`:
```bash
npm install @pinecone-database/pulumi
```or `yarn`:
```bash
yarn add @pinecone-database/pinecone
```### Python
To use from Python, install using `pip`:
```bash
pip install pinecone_pulumi
```### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pinecone-io/pulumi-pinecone/sdk
```### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package PineconeDatabase.Pinecone
```## Configuration
The following configuration points are available for the `pinecone` provider:
- `pinecone:APIKey` - This is the Pinecone API key. (environment: `PINECONE_API_KEY`)