stack72 / pulumi-hcp

A Pulumi provider for interacting with the Hashicorp Cloud Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HCP Resource Provider

The HCP Resource Provider lets you manage Hashicorp Cloud Platform 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:

npm install @grapl/pulumi-hcp

or yarn:

yarn add @grapl/pulumi-hcp

Python

To use from Python, install using pip:

pip install pulumi_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/...

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.

About

A Pulumi provider for interacting with the Hashicorp Cloud Platform

License:Apache License 2.0


Languages

Language:Go 35.8%Language:Shell 31.1%Language:Makefile 24.7%Language:Dockerfile 4.8%Language:HCL 3.6%