Metadata-Version: 2.1
Name: pulumi-hcp
Version: 0.1.5
Summary: A Pulumi package for creating and managing HCP cloud resources.
Home-page: https://pulumi.io
License: Apache-2.0
Project-URL: Repository, https://github.com/grapl-security/pulumi-hcp
Keywords: pulumi hcp category/infrastructure
Platform: UNKNOWN
Description-Content-Type: text/markdown

# HCP Resource Provider

The HCP Resource Provider lets you manage [Hashicorp Cloud Platform](https://cloud.hashicorp.com/) resources.

## 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 @grapl/pulumi-hcp
```

or `yarn`:

```bash
yarn add @grapl/pulumi-hcp
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_hcp
```

### Go

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

```bash
go get github.com/grapl-security/pulumi-hcp/sdk/go/...
```

## Configuration

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

- `hcp:clientId` (environment: `HCP_CLIENT_ID`) - The OAuth2 Client ID for API operations.
- `hcp:clientSecret` (environment: `HCP_CLIENT_SECRET`) - The OAuth2 Client Secret for API operations.

## Reference

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


