Metadata-Version: 2.1
Name: pulumi_prefect
Version: 0.1.4
Summary: A Pulumi package for creating and managing Prefect cloud resources.
License: Apache-2.0
Project-URL: Homepage, https://www.pulumi.com
Project-URL: Repository, https://github.com/ru5j4r0/pulumi-prefect
Keywords: prefect,prefect-cloud,category/cloud
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: parver>=0.2.1
Requires-Dist: pulumi<4.0.0,>=3.0.0
Requires-Dist: semver>=2.8.1

# Prefect Resource Provider

The Prefect Resource Provider lets you manage [Prefect](https://www.prefect.io/) resources.

## Installing

This package is available for several languages/platforms:

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_prefect
```

### Go

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

```bash
go get github.com/ru5j4r0/pulumi-prefect/sdk/go/...
```

## Configuration

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

- `prefect:accountId` (environment: `PREFECT_CLOUD_ACCOUNT_ID`) - Default Prefect Cloud Account ID
- `prefect:apiKey` (environment: `PREFECT_API_KEY`) - Prefect Cloud API Key
- `prefect:endpoint` (environment: `PREFECT_API_URL`, default: `https://api.prefect.cloud`) - Prefect API URL
- `prefect:workspaceId` - Default Prefect Cloud Workspace ID

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/prefect/api-docs/).
