@grapl/pulumi-hcp v0.1.14
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-hcpOr, following the Pulumiverse migration:
npm install @pulumiverse/hcpor yarn:
yarn add @grapl/pulumi-hcpOr, following the Pulumiverse migration:
yarn add @pulumiverse/hcpPython
To use from Python, install using pip:
pip install pulumi_hcpOr, following the Pulumiverse migration:
pip install pulumiverse_hcpGo
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.