@grapl/pulumi-hcp
v0.1.14
Published
A Pulumi package for creating and managing HCP cloud resources.
Downloads
28
Readme
HCP Resource Provider
The HCP Resource Provider lets you manage Hashicorp Cloud Platform resources.
NOTE: This provider is in the process of being migrated to the 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
:
npm install @grapl/pulumi-hcp
Or, following the Pulumiverse migration:
npm install @pulumiverse/hcp
or yarn
:
yarn add @grapl/pulumi-hcp
Or, following the Pulumiverse migration:
yarn add @pulumiverse/hcp
Python
To use from Python, install using pip
:
pip install pulumi_hcp
Or, following the Pulumiverse migration:
pip install pulumiverse_hcp
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/grapl-security/pulumi-hcp/sdk/go/...
Or, following the Pulumiverse migration:
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.