UNPKG

@pulumi/gcp

Version:

A Pulumi package for creating and managing Google Cloud Platform resources.

25 lines 1.2 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.getEntitlementOutput = exports.getEntitlement = exports.Entitlement = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.Entitlement = null; utilities.lazyLoad(exports, ["Entitlement"], () => require("./entitlement")); exports.getEntitlement = null; exports.getEntitlementOutput = null; utilities.lazyLoad(exports, ["getEntitlement", "getEntitlementOutput"], () => require("./getEntitlement")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "gcp:privilegedaccessmanager/entitlement:entitlement": return new exports.Entitlement(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("gcp", "privilegedaccessmanager/entitlement", _module); //# sourceMappingURL=index.js.map