UNPKG

@pulumi/gcp

Version:

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

26 lines 1.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 }); exports.getFeatureOutput = exports.getFeature = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); function getFeature(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("gcp:gkehub/getFeature:getFeature", { "location": args.location, "name": args.name, "project": args.project, }, opts); } exports.getFeature = getFeature; function getFeatureOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("gcp:gkehub/getFeature:getFeature", { "location": args.location, "name": args.name, "project": args.project, }, opts); } exports.getFeatureOutput = getFeatureOutput; //# sourceMappingURL=getFeature.js.map