Skip to content

Pulumi provider for rendering CloudInit config in multiple-languages

License

Notifications You must be signed in to change notification settings

pulumi/pulumi-cloudinit

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.