displague / pulumi-linode

Linode resource provider for Pulumi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Linode Resource Provider

The Linode resource provider for Pulumi lets you use Linode resources in your cloud programs. To use this package, please install the Pulumi CLI first.

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/linode

or yarn:

$ yarn add @pulumi/linode

Python

To use from Python, install using pip:

$ pip install pulumi_linode

Go

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

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

Reference

For detailed reference documentation, please visit the API docs.

About

Linode resource provider for Pulumi

License:Apache License 2.0


Languages

Language:TypeScript 37.7%Language:Go 31.6%Language:Python 26.9%Language:Makefile 2.9%Language:Shell 0.9%