Skip to content

ovh/pulumi-ovh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVH Resource Provider

The OVH Resource Provider lets you manage OVHcloud resources.

GitHub release GoDoc NPM version PyPI version NuGet version Maven Central 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 @ovhcloud/pulumi-ovh

or yarn:

yarn add @ovhcloud/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/v2/go/...

.NET

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

dotnet add package Pulumi.Ovh

Java

To use from Java, add the dependency below to your pom.xml file:

<dependency>
    <groupId>com.ovhcloud.pulumi.ovh</groupId>
    <artifactId>pulumi-ovh</artifactId>
    <version>[2.0.0,)</version>
</dependency>

Configuration

The following configuration points are available for the Ovh provider:

  • ovh:endpoint (environment: OVH_ENDPOINT) - the Ovh endpoint, such ovh-eu
  • ovh:clientId (environment: OVH_CLIENT_ID) - the Ovh OAuth2 client ID
  • ovh:clientSecret (secret) (environment: OVH_CLIENT_SECRET) - the Ovh OAuth2 client secret
  • ovh:accessToken (environment: OVH_ACCESS_TOKEN) - the Ovh access token
  • 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 further information, visit OVH in the Pulumi Registry or for detailed API reference documentation, visit OVH API Docs in the Pulumi Registry.