This provider lets you manage Doppler resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumiverse/doppler
or yarn
:
yarn add @pulumiverse/doppler
To use from Python, install using pip
:
$ pip install pulumiverse-doppler
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-doppler/sdk/go/...
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
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.
For detailed reference documentation, please visit the Pulumi registry.