@pulumi/cloudinit
Version:
A Pulumi package for creating and managing cloudinit cloud resources.
14 lines • 666 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.getConfigPartProvideDefaults = void 0;
/**
* getConfigPartProvideDefaults sets the appropriate defaults for GetConfigPart
*/
function getConfigPartProvideDefaults(val) {
var _a;
return Object.assign(Object.assign({}, val), { contentType: (_a = (val.contentType)) !== null && _a !== void 0 ? _a : "text/plain" });
}
exports.getConfigPartProvideDefaults = getConfigPartProvideDefaults;
//# sourceMappingURL=output.js.map
;