The Ovh Resource Provider lets you manage cloud resources for Ovh resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @lbrlabs/pulumi-ovh
or yarn
:
yarn add @lbrlabs/pulumi-ovh
To use from Python, install using pip
:
pip install lbrlabs-pulumi-ovh
To use from Go, use go get
to grab the latest version of the library:
go get github.com/lbrlabs/pulumi-ovh/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Lbrlabs.PulumiPackage.Ovh
The following configuration points are available for the Ovh
provider:
ovh:endpoint
(environment:OVH_ENDPOINT
) - the Ovh endpoint, suchovh-us
ovh:applicationKey
(environment:OVH_APPLICATION_KEY
) - the Ovh application keyovh:applicationSecret
(environment:OVH_APPLICATION_SECRET
) - the Ovh application secretovh:consumerKey
(environment:OVH_CONSUMER_KEY
) - the Ovh consumer key
For detailed reference documentation, please visit the Pulumi registry.