A Pulumi package for creating and managing wavefront cloud resources.
Project description
Wavefront Resource Provider
The Wavefront Resource Provider lets you manage Wavefront resources.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/wavefront
or yarn
:
$ yarn add @pulumi/wavefront
Python
To use from Python, install using pip
:
$ pip install pulumi_wavefront
Go
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-wavefront/sdk
.NET
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Wavefront
Configuration
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.
Reference
For further information, please visit the Wavefront provider docs or for detailed reference documentation, please visit the API docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for pulumi_wavefront-1.2.0a1648832928.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2dba9f121a756e888e7e6510d6e4df978026a1c0737c0265c248460d1481169 |
|
MD5 | 5243611600a4174782772098bba0d795 |
|
BLAKE2b-256 | ccda1170834ae8b74ba18c112146fe16e6d824e2f834f7c685e9b27d41baa489 |