UNPKG

@ctfer-io/pulumi-ctfdcm

Version:

The CTFd-CM provider for Pulumi, to manage its resources as code.

12 lines (11 loc) 318 B
import * as pulumi from "@pulumi/pulumi"; export interface ChallengeDynamicIaCRequirements { /** * Behavior if not unlocked, either hidden or anonymized. */ behavior?: pulumi.Input<string>; /** * List of the challenges ID. */ prerequisites?: pulumi.Input<pulumi.Input<string>[]>; }