Skip to content

ivan-sabelnikov/pulumi-cpln

 
 

Repository files navigation

Control Plane (cpln) Resource Provider

The Control Plane Resource Provider lets you manage Control Plane 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/cpln

or yarn:

yarn add @pulumiverse/cpln

Python

To use from Python, install using pip:

pip install pulumiverse-cpln

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pulumiverse/pulumi-cpln/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

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

Reference

For detailed reference documentation, please visit the Pulumi registry.

About

Pulumi provider for Control Plane (cpln)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 55.7%
  • C# 31.7%
  • TypeScript 11.4%
  • Other 1.2%