A Pulumi package for creating and managing cloudinit cloud resources.


Keywords
pulumi, cloudinit
License
Apache-2.0
Install
pip install pulumi-cloudinit==1.4.0a1650644309

Documentation

Actions Status Slack NPM version NuGet version Python version PkgGoDev License

CloudInit Provider

Provider for rendering cloud-init configurations.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @pulumi/cloudinit

or yarn:

$ yarn add @pulumi/cloudinit

Python 3

To use from Python, install using pip:

$ pip install pulumi_cloudinit

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/pulumi/pulumi-cloudinit/sdk

.NET

To use from .NET, install using dotnet add package:

$ dotnet add package Pulumi.CloudInit

Reference

For further information, please visit the CloudInit provider docs or for detailed reference documentation, please visit the API docs.