Socket
Book a DemoInstallSign in
Socket

@lbrlabs/ovh

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lbrlabs/ovh

A Pulumi package for creating and managing OVH cloud resources.

latest
Source
npmnpm
Version
0.0.3-alpha.1662910545
Version published
Maintainers
2
Created
Source

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.

Keywords

pulumi

FAQs

Package last updated on 11 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts