@pinecone-database/pulumi
Version:
<img src="img/pinecone.svg" width="50%">
13 lines • 479 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 });
const pulumi = require("@pulumi/pulumi");
const __config = new pulumi.Config("pinecone");
Object.defineProperty(exports, "APIKey", {
get() {
return __config.get("APIKey");
},
enumerable: true,
});
//# sourceMappingURL=vars.js.map