@pulumiverse/unifi
v0.2.0
Published
A Pulumi package for creating and managing Unifi network resources.
Downloads
431
Readme
Unifi Resource Provider
The Unifi Resource Provider lets you manage Unifi networks.
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 @pulumiverse/unifior yarn:
yarn add @pulumiverse/unifiPython
To use from Python, install using pip:
pip install pulumiverse_unifiGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-unifi/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumiverse.UnifiConfiguration
The following configuration points are available for the unifi provider:
unifi:apiKey(environment:UNIFI_API_KEY) - the API key forunifiunifi:region(environment:UNIFI_REGION) - the region in which to deploy resources
Reference
For detailed reference documentation, please visit the Pulumi registry.
