The HCP Resource Provider lets you manage Hashicorp Cloud Platform resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @grapl/pulumi-hcp
or yarn
:
yarn add @grapl/pulumi-hcp
To use from Python, install using pip
:
pip install pulumi_hcp
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/...
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.
For detailed reference documentation, please visit the Pulumi registry.