A Pulumi package for creating and managing Control Plane (cpln) resources.
npm install @pulumiverse/cplnnpm:
bash
npm install @pulumiverse/cpln
`
or yarn:
`bash
yarn add @pulumiverse/cpln
`
$3
To use from Python, install using pip:
`bash
pip install pulumiverse-cpln
`
$3
To use from Go, use go get to grab the latest version of the library:
`bash
go get github.com/pulumiverse/pulumi-cpln/sdk/go/...
`
$3
To use from .NET, install using dotnet add package:
`bash
dotnet add package Pulumiverse.cpln
`
Configuration
The following configuration points are available for the cpln provider:
- cpln:org - The Control Plane org that this provider will perform actions against
- cpln:endpoint - The Control Plane Data Service API endpoint
- cpln:profile - The user/service account profile that this provider will use to authenticate to the data service
- cpln:token - A generated token that can be used to authenticate to the data service API
- cpln:refreshToken` - A generated token that can be used to authenticate to the data service API