UNPKG

@pulumiverse/gandi

Version:

A Pulumi package for creating and managing gandi cloud resources.

33 lines 1 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 }); const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); const __config = new pulumi.Config("gandi"); Object.defineProperty(exports, "dryRun", { get() { return __config.getObject("dryRun"); }, enumerable: true, }); Object.defineProperty(exports, "key", { get() { var _a; return (_a = __config.get("key")) !== null && _a !== void 0 ? _a : utilities.getEnv("GANDI_KEY"); }, enumerable: true, }); Object.defineProperty(exports, "sharingId", { get() { return __config.get("sharingId"); }, enumerable: true, }); Object.defineProperty(exports, "url", { get() { return __config.get("url"); }, enumerable: true, }); //# sourceMappingURL=vars.js.map