The Unifi Resource Provider lets you manage Unifi networks.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumiverse/unifi
or yarn
:
yarn add @pulumiverse/unifi
To use from Python, install using pip
:
pip install pulumiverse_unifi
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-unifi/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumiverse.Unifi
The following configuration points are available for the unifi
provider:
unifi:apiKey
(environment:UNIFI_API_KEY
) - the API key forunifi
unifi:region
(environment:UNIFI_REGION
) - the region in which to deploy resources
For detailed reference documentation, please visit the Pulumi registry.