0.5.0 • Published 11 months ago

@maienm/pulumi-zfs v0.5.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

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.