@spacelift-io/pulumi-spacelift
Version:
A Pulumi package for creating and managing Spacelift resources.
41 lines • 1.54 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.getGitlabWebhookEndpointOutput = exports.getGitlabWebhookEndpoint = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* `spacelift.getGitlabWebhookEndpoint` returns details about Gitlab webhook endpoint
*
* ## Example Usage
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as spacelift from "@pulumi/spacelift";
*
* const this = spacelift.getGitlabWebhookEndpoint({});
* ```
*/
function getGitlabWebhookEndpoint(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("spacelift:index/getGitlabWebhookEndpoint:getGitlabWebhookEndpoint", {}, opts);
}
exports.getGitlabWebhookEndpoint = getGitlabWebhookEndpoint;
/**
* `spacelift.getGitlabWebhookEndpoint` returns details about Gitlab webhook endpoint
*
* ## Example Usage
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as spacelift from "@pulumi/spacelift";
*
* const this = spacelift.getGitlabWebhookEndpoint({});
* ```
*/
function getGitlabWebhookEndpointOutput(opts) {
return pulumi.output(getGitlabWebhookEndpoint(opts));
}
exports.getGitlabWebhookEndpointOutput = getGitlabWebhookEndpointOutput;
//# sourceMappingURL=getGitlabWebhookEndpoint.js.map