@jaxxstorm/pulumi-rke
Advanced tools
Comparing version 1.0.1 to 1.1.0-alpha.1587669586
@@ -6,5 +6,6 @@ "use strict"; | ||
const pulumi = require("@pulumi/pulumi"); | ||
const utilities = require("../utilities"); | ||
let __config = new pulumi.Config("rke"); | ||
exports.debug = __config.getObject("debug"); | ||
exports.logFile = __config.get("logFile"); | ||
exports.debug = __config.getObject("debug") || (utilities.getEnvBoolean("RKE_DEBUG") || false); | ||
exports.logFile = __config.get("logFile") || (utilities.getEnv("RKE_LOG_FILE") || ""); | ||
//# sourceMappingURL=vars.js.map |
{ | ||
"name": "@jaxxstorm/pulumi-rke", | ||
"version": "v1.0.1 ", | ||
"version": "v1.1.0-alpha.1587669586+g1d4f3cf ", | ||
"description": "A Pulumi package for creating and managing rke cloud resources.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -26,4 +26,4 @@ "use strict"; | ||
{ | ||
inputs["debug"] = pulumi.output(args ? args.debug : undefined).apply(JSON.stringify); | ||
inputs["logFile"] = args ? args.logFile : undefined; | ||
inputs["debug"] = pulumi.output((args ? args.debug : undefined) || (utilities.getEnvBoolean("RKE_DEBUG") || false)).apply(JSON.stringify); | ||
inputs["logFile"] = (args ? args.logFile : undefined) || (utilities.getEnv("RKE_LOG_FILE") || ""); | ||
} | ||
@@ -30,0 +30,0 @@ if (!opts) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
119989
2461
1