The CTFd-CM Resource Provider lets you manage CTFd plugin for Chall-Manager resources.
This package is available for several languages/platforms:
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
To use from Python, install using pip
:
pip install ctferio-ctfdcm
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/...
To use from .NET, install using dotnet add package
:
dotnet add package CTFerio.Ctfdcm
The following configuration points are available for the ctfdcm
provider:
ctfdcm:region
(environment:CTFDCM_REGION
) - the region in which to deploy resources
For detailed reference documentation, please visit the Pulumi registry.