UNPKG

@pulumiverse/gandi

Version:

A Pulumi package for creating and managing gandi cloud resources.

23 lines 939 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 }); exports.getGlueRecordOutput = exports.getGlueRecord = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); function getGlueRecord(args, opts) { if (!opts) { opts = {}; } opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts); return pulumi.runtime.invoke("gandi:domains/getGlueRecord:getGlueRecord", { "name": args.name, "zone": args.zone, }, opts); } exports.getGlueRecord = getGlueRecord; function getGlueRecordOutput(args, opts) { return pulumi.output(args).apply(a => getGlueRecord(a, opts)); } exports.getGlueRecordOutput = getGlueRecordOutput; //# sourceMappingURL=getGlueRecord.js.map