The Wavefront Resource Provider lets you manage Wavefront resources.
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/wavefront
or yarn
:
$ yarn add @pulumi/wavefront
To use from Python, install using pip
:
$ pip install pulumi_wavefront
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-wavefront/sdk/v3
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Wavefront
The following configuration points are available:
wavefront:token
- (Required) This is a either a Users token or Service Account token with permissions necessary to manage your Wavefront account. It can also be sourced from theWAVEFRONT_TOKEN
environment variable.wavefront:address
- (Required) This is the URL of your cluster that you access Wavefront from without the leadinghttps://
or trailing/
(e.g.https://longboard.wavefront.com/
becomeslongboard.wavefront.com
). It can also be sourced from theWAVEFRONT_ADDRESS
environment variable.
For further information, please visit the Wavefront provider docs or for detailed reference documentation, please visit the API docs.