@descope/pulumi-descope
v0.3.2
Published
A Pulumi package for creating and managing descope cloud resources.
Readme
Descope Resource Provider
The Descope Resource Provider lets you manage Descope 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 @descope/pulumi-descopeor yarn:
yarn add @descope/pulumi-descopePython
To use from Python, install using pip:
pip install descope_pulumiGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/descope/pulumi-descope/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Descope.Pulumi.DescopeConfiguration
The following configuration points are available for the descope provider:
descope:projectId(environment:DESCOPE_PROJECT_ID) - Descope Project IDdescope:managementKey(environment:DESCOPE_MANAGEMENT_KEY) - Descope Management Key
Reference
For detailed reference documentation, please visit the Pulumi registry.
