@maienm/pulumi-zfs
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

Zfs Resource Provider

The Zfs Resource Provider lets you manage zfs resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

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

npm install @maienm/pulumi-zfs

or yarn:

yarn add @maienm/pulumi-zfs

Python

To use from Python, install using pip:

pip install pulumi_zfs

Go

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

go get github.com/MaienM/pulumi-zfs/sdk/go/...

.NET

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

dotnet add package MaienM.Zfs

Configuration

The following configuration points are available for the zfs provider:

  • zfs:apiKey (environment: zfs_API_KEY) - the API key for zfs
  • zfs:region (environment: zfs_REGION) - the region in which to deploy resources

Reference

For detailed reference documentation, please visit the Pulumi registry.

Package Sidebar

Install

npm i @maienm/pulumi-zfs

Weekly Downloads

17

Version

0.5.0

License

Apache-2.0

Unpacked Size

70.6 kB

Total Files

41

Last publish

Collaborators

  • maienm