@pulumi/terraform
Version:
The Terraform resource provider for Pulumi lets you consume the outputs contained in Terraform state files from your Pulumi programs.
13 lines • 827 B
JavaScript
;
// *** 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.getRemoteReferenceOutput = exports.getRemoteReference = exports.getLocalReferenceOutput = exports.getLocalReference = void 0;
const utilities = require("../utilities");
exports.getLocalReference = null;
exports.getLocalReferenceOutput = null;
utilities.lazyLoad(exports, ["getLocalReference", "getLocalReferenceOutput"], () => require("./getLocalReference"));
exports.getRemoteReference = null;
exports.getRemoteReferenceOutput = null;
utilities.lazyLoad(exports, ["getRemoteReference", "getRemoteReferenceOutput"], () => require("./getRemoteReference"));
//# sourceMappingURL=index.js.map