UNPKG

@elcodev/pulumi-pass

Version:

A Pulumi package for creating and managing pass/gopass secrets.

16 lines 655 B
"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 }); const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); let __config = new pulumi.Config("pass"); /** * Whether or not call `pass git pull`. */ exports.refreshStore = __config.getObject("refreshStore") || true; /** * Password storage directory to use. */ exports.storeDir = __config.get("storeDir") || utilities.getEnv("PASSWORD_STORE_DIR"); //# sourceMappingURL=vars.js.map