JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 75
  • Score
    100M100P100Q90808F
  • License Apache-2.0

A Pulumi package for creating and managing OVH resources.

Package Exports

  • @ovh-devrelteam/pulumi-ovh
  • @ovh-devrelteam/pulumi-ovh/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ovh-devrelteam/pulumi-ovh) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

OVH Resource Provider

The OVH Resource Provider lets you manage OVHcloud resources.

GitHub release GoDoc NPM version PyPI version NuGet version Contribute with Gitpod

Usage

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 @ovh-devrelteam/pulumi-ovh

or yarn:

yarn add @ovh-devrelteam/pulumi-ovh

Python

To use from Python, install using pip:

pip install pulumi-ovh

Go

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

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

.NET

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

dotnet add package Pulumi.Ovh

Configuration

The following configuration points are available for the Ovh provider:

  • ovh:endpoint (environment: OVH_ENDPOINT) - the Ovh endpoint, such ovh-eu
  • 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.