Metadata-Version: 2.1
Name: pulumi-rockset
Version: 0.0.1a1702081582
Summary: A Pulumi package for creating and managing rockset cloud resources.
Home-page: https://www.pulumi.com
License: Apache-2.0
Project-URL: Repository, https://github.com/ddn0/pulumi-rockset
Keywords: pulumi rockset category/cloud
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Rockset Resource Provider

The Rockset Resource Provider lets you manage [Rockset](https://rockset.com) resources.

## Installing

This package is available for several languages/platforms:

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_rockset
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/ddn0/pulumi-foo/sdk/go/...
```

## Configuration

The following configuration points are available for the `rockset` provider:

- `rockset:apiKey` (environment: `ROCKSET_APIKEY`) - the API key for Rockset
- `rockset:apiServer` (environment: `ROCKSET_APISERVER`) - the API endpoint for the region in which to deploy resources
