pulumi-hcp


Namepulumi-hcp JSON
Version 0.1.14 PyPI version JSON
download
home_pagehttps://pulumi.io
SummaryA Pulumi package for creating and managing HCP cloud resources.
upload_time2022-12-02 18:05:00
maintainer
docs_urlNone
author
requires_python
licenseApache-2.0
keywords pulumi hcp category/infrastructure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HCP Resource Provider

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

**NOTE**: This provider is in the process of being migrated to the
[Pulumiverse](https://github.com/pulumiverse) organization. Make note
of the upcoming package name changes below for your SDK.

## 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, following the Pulumiverse migration:
```bash
npm install @pulumiverse/hcp
```

or `yarn`:

```bash
yarn add @grapl/pulumi-hcp
```
Or, following the Pulumiverse migration:
```bash
yarn add @pulumiverse/hcp
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_hcp
```
Or, following the Pulumiverse migration:
```bash
pip install pulumiverse_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/...
```
Or, following the Pulumiverse migration:
```bash
go get github.com/pulumiverse/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/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://pulumi.io",
    "name": "pulumi-hcp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pulumi hcp category/infrastructure",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/cb/94/2a886c1b820e717a9907a9a0f21995bb3630282463ceb24b8517b2852939/pulumi_hcp-0.1.14.tar.gz",
    "platform": null,
    "description": "# HCP Resource Provider\n\nThe HCP Resource Provider lets you manage [Hashicorp Cloud Platform](https://cloud.hashicorp.com/) resources.\n\n**NOTE**: This provider is in the process of being migrated to the\n[Pulumiverse](https://github.com/pulumiverse) organization. Make note\nof the upcoming package name changes below for your SDK.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @grapl/pulumi-hcp\n```\nOr, following the Pulumiverse migration:\n```bash\nnpm install @pulumiverse/hcp\n```\n\nor `yarn`:\n\n```bash\nyarn add @grapl/pulumi-hcp\n```\nOr, following the Pulumiverse migration:\n```bash\nyarn add @pulumiverse/hcp\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_hcp\n```\nOr, following the Pulumiverse migration:\n```bash\npip install pulumiverse_hcp\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/grapl-security/pulumi-hcp/sdk/go/...\n```\nOr, following the Pulumiverse migration:\n```bash\ngo get github.com/pulumiverse/pulumi-hcp/sdk/go/...\n```\n\n## Configuration\n\nThe following configuration points are available for the `hcp` provider:\n\n- `hcp:clientId` (environment: `HCP_CLIENT_ID`) - The OAuth2 Client ID for API operations.\n- `hcp:clientSecret` (environment: `HCP_CLIENT_SECRET`) - The OAuth2 Client Secret for API operations.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/hcp/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing HCP cloud resources.",
    "version": "0.1.14",
    "split_keywords": [
        "pulumi",
        "hcp",
        "category/infrastructure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a7b91186abe7b4eea932dec84cc39293",
                "sha256": "7998c5f9e7590a1f35052034654e83246c2d7574fa7130bfc41cf95fd55dc7c9"
            },
            "downloads": -1,
            "filename": "pulumi_hcp-0.1.14.tar.gz",
            "has_sig": false,
            "md5_digest": "a7b91186abe7b4eea932dec84cc39293",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 48677,
            "upload_time": "2022-12-02T18:05:00",
            "upload_time_iso_8601": "2022-12-02T18:05:00.983895Z",
            "url": "https://files.pythonhosted.org/packages/cb/94/2a886c1b820e717a9907a9a0f21995bb3630282463ceb24b8517b2852939/pulumi_hcp-0.1.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 18:05:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pulumi-hcp"
}
        
Elapsed time: 0.05438s