@lbrlabs/ovh
TypeScript icon, indicating that this package has built-in type declarations

0.0.3-alpha.1662910545 • Public • Published

Ovh Resource Provider

The Ovh Resource Provider lets you manage cloud resources for Ovh 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 @lbrlabs/ovh

or yarn:

yarn add @lbrlabs/ovh

Python

To use from Python, install using pip:

pip install lbrlabs_ovh

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/lbrlabs/pulumi-ovh/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package lbrlabs.Ovh

Configuration

The following configuration points are available for the Ovh provider:

  • ovh:endpoint (environment: OVH_ENDPOINT) - the Ovh endpoint, such ovh-us
  • ovh:applicationKey (environment: OVH_APPLICATION_KEY) - the Ovh application key
  • ovh:applicationSecret (environment: OVH_APPLICATION_SECRET) - the Ovh application secret
  • ovh:consumerKey (environment: OVH_CONSUMER_KEY) - the Ovh consumer key

Reference

For detailed reference documentation, please visit the Pulumi registry.

Package Sidebar

Install

npm i @lbrlabs/ovh

Weekly Downloads

0

Version

0.0.3-alpha.1662910545

License

Apache-2.0

Unpacked Size

959 kB

Total Files

313

Last publish

Collaborators

  • lbrlabs.com
  • jaxxstorm