UNPKG

@ctfer-io/pulumi-ctfdcm

Version:

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

8 lines (7 loc) 405 B
export { ChallengeDynamicIaCArgs, ChallengeDynamicIaCState } from "./challengeDynamicIaC"; export type ChallengeDynamicIaC = import("./challengeDynamicIaC").ChallengeDynamicIaC; export declare const ChallengeDynamicIaC: typeof import("./challengeDynamicIaC").ChallengeDynamicIaC; export * from "./provider"; import * as config from "./config"; import * as types from "./types"; export { config, types, };