@lbrlabs/pulumi-harness
Version:
A Pulumi package for creating and managing Harness resources.
27 lines • 1.25 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.getServiceOverridesV2Output = exports.getServiceOverridesV2 = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
function getServiceOverridesV2(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("harness:platform/getServiceOverridesV2:getServiceOverridesV2", {
"clusterId": args.clusterId,
"envId": args.envId,
"identifier": args.identifier,
"infraId": args.infraId,
"orgId": args.orgId,
"projectId": args.projectId,
"serviceId": args.serviceId,
"spec": args.spec,
"type": args.type,
}, opts);
}
exports.getServiceOverridesV2 = getServiceOverridesV2;
function getServiceOverridesV2Output(args, opts) {
return pulumi.output(args).apply((a) => getServiceOverridesV2(a, opts));
}
exports.getServiceOverridesV2Output = getServiceOverridesV2Output;
//# sourceMappingURL=getServiceOverridesV2.js.map