@pulumiverse/doppler
v0.9.0
Published
A Pulumi package for creating and managing doppler cloud resources.
Downloads
26,951
Readme
Doppler Provider
This provider lets you manage Doppler 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 @pulumiverse/doppler
or yarn
:
yarn add @pulumiverse/doppler
Python
To use from Python, install using pip
:
$ pip install pulumiverse-doppler
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-doppler/sdk/go/...
.NET
To use from Dotnet, use dotnet add package
to install into your project. You must specify the version if it is a pre-release version.
$ dotnet add package Pulumiverse.Doppler
Configuration
The following configuration points are available for the doppler
provider:
doppler:token
- You need to provide a service account, client, or other token type for this provider to communicate successfully with the Doppler API.
Reference
For detailed reference documentation, please visit the Pulumi registry.