UNPKG

pulumi-infisical

Version:

A Pulumi provider for managing Infisical secrets management platform, dynamically bridged from the Terraform Infisical provider with support for projects, secrets, identity management, integrations, and access controls.

25 lines 1.21 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getSecretFolders = getSecretFolders; exports.getSecretFoldersOutput = getSecretFoldersOutput; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getSecretFolders(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("infisical:index/getSecretFolders:getSecretFolders", { "environmentSlug": args.environmentSlug, "folderPath": args.folderPath, "projectId": args.projectId, }, opts, utilities.getPackage()); } function getSecretFoldersOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("infisical:index/getSecretFolders:getSecretFolders", { "environmentSlug": args.environmentSlug, "folderPath": args.folderPath, "projectId": args.projectId, }, opts, utilities.getPackage()); } //# sourceMappingURL=getSecretFolders.js.map