UNPKG

@pulumi/tailscale

Version:

A Pulumi package for creating and managing Tailscale cloud resources.

24 lines 968 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.getAclOutput = exports.getAcl = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * The acl data source gets the Tailscale ACL for a tailnet */ function getAcl(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("tailscale:index/getAcl:getAcl", {}, opts); } exports.getAcl = getAcl; /** * The acl data source gets the Tailscale ACL for a tailnet */ function getAclOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("tailscale:index/getAcl:getAcl", {}, opts); } exports.getAclOutput = getAclOutput; //# sourceMappingURL=getAcl.js.map