@ctfer-io/pulumi-ctfd
Version:
The CTFd provider for Pulumi, to manage its resources as code.
18 lines • 1.03 kB
JavaScript
;
// *** 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.getChallengesStandardOutput = exports.getChallengesStandard = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
function getChallengesStandard(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("ctfd:index/getChallengesStandard:getChallengesStandard", {}, opts);
}
exports.getChallengesStandard = getChallengesStandard;
function getChallengesStandardOutput(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("ctfd:index/getChallengesStandard:getChallengesStandard", {}, opts);
}
exports.getChallengesStandardOutput = getChallengesStandardOutput;
//# sourceMappingURL=getChallengesStandard.js.map