UNPKG

@pulumi/fastly

Version:

A Pulumi package for creating and managing fastly cloud resources.. Based on terraform-provider-fastly: version v4

18 lines 943 B
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getConfigstoresOutput = exports.getConfigstores = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getConfigstores(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("fastly:index/getConfigstores:getConfigstores", {}, opts); } exports.getConfigstores = getConfigstores; function getConfigstoresOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("fastly:index/getConfigstores:getConfigstores", {}, opts); } exports.getConfigstoresOutput = getConfigstoresOutput; //# sourceMappingURL=getConfigstores.js.map