The Control Plane Resource Provider lets you manage Control Plane 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/cplnor yarn:
yarn add @pulumiverse/cplnTo use from Python, install using pip:
pip install pulumiverse-cplnTo use from Go, use go get to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-cpln/sdk/go/...To use from .NET, install using dotnet add package:
dotnet add package Pulumiverse.cplnThe following configuration points are available for the cpln provider:
cpln:org- The Control Plane org that this provider will perform actions againstcpln:endpoint- The Control Plane Data Service API endpointcpln:profile- The user/service account profile that this provider will use to authenticate to the data servicecpln:token- A generated token that can be used to authenticate to the data service APIcpln:refreshToken- A generated token that can be used to authenticate to the data service API
For detailed reference documentation, please visit the Pulumi registry.