@spacelift-io/pulumi-spacelift
Version:
A Pulumi package for creating and managing Spacelift resources.
23 lines • 1.18 kB
JavaScript
;
// *** 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.getAzureIntegrationsOutput = exports.getAzureIntegrations = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* `spacelift.getAzureIntegrations` represents a list of all the Azure integrations in the Spacelift account visible to the API user.
*/
function getAzureIntegrations(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("spacelift:index/getAzureIntegrations:getAzureIntegrations", {}, opts);
}
exports.getAzureIntegrations = getAzureIntegrations;
/**
* `spacelift.getAzureIntegrations` represents a list of all the Azure integrations in the Spacelift account visible to the API user.
*/
function getAzureIntegrationsOutput(opts) {
return pulumi.output(getAzureIntegrations(opts));
}
exports.getAzureIntegrationsOutput = getAzureIntegrationsOutput;
//# sourceMappingURL=getAzureIntegrations.js.map