Skip to content

ctfer-io/pulumi-ctfdcm

CTFd-CM Resource Provider

The CTFd-CM Resource Provider lets you manage CTFd plugin for Chall-Manager 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 @ctfer-io/ctfdcm

or yarn:

yarn add @ctfer-io/ctfdcm

Python

To use from Python, install using pip:

pip install ctferio-ctfdcm

Go

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

go get github.com/ctfer-io/pulumi-ctfdcm/sdk/go/...

.NET

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

dotnet add package CTFerio.Ctfdcm

Configuration

The following configuration points are available for the ctfdcm provider:

  • ctfdcm:region (environment: CTFDCM_REGION) - the region in which to deploy resources

Reference

For detailed reference documentation, please visit the Pulumi registry.