@maienm/pulumi-zfs
v0.5.0
Published
A Pulumi package for creating and managing ZFS resources
Downloads
35
Maintainers
Readme
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-zfsor yarn:
yarn add @maienm/pulumi-zfsPython
To use from Python, install using pip:
pip install pulumi_zfsGo
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.ZfsConfiguration
The following configuration points are available for the zfs provider:
zfs:apiKey(environment:zfs_API_KEY) - the API key forzfszfs:region(environment:zfs_REGION) - the region in which to deploy resources
Reference
For detailed reference documentation, please visit the Pulumi registry.
