UNPKG

@ctfer-io/pulumi-ctfd

Version:

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

18 lines 1.02 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getChallengesDynamicOutput = exports.getChallengesDynamic = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getChallengesDynamic(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("ctfd:index/getChallengesDynamic:getChallengesDynamic", {}, opts); } exports.getChallengesDynamic = getChallengesDynamic; function getChallengesDynamicOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("ctfd:index/getChallengesDynamic:getChallengesDynamic", {}, opts); } exports.getChallengesDynamicOutput = getChallengesDynamicOutput; //# sourceMappingURL=getChallengesDynamic.js.map