@ovhcloud/pulumi-ovh
v1.0.0
Published
A Pulumi package for creating and managing OVH resources.
Downloads
211,613
Readme
OVH Resource Provider
The OVH Resource Provider lets you manage OVHcloud resources.
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/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>[0.48.9,)</version>
</dependency>
Configuration
The following configuration points are available for the Ovh
provider:
ovh:endpoint
(environment:OVH_ENDPOINT
) - the Ovh endpoint, suchovh-eu
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
Reference
For detailed reference documentation, please visit the Pulumi registry.
Configuration
The following configuration points are available for the Ovh
provider:
ovh:endpoint
(environment:OVH_ENDPOINT
) - the Ovh endpoint, suchovh-eu
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
Reference
For detailed reference documentation, please visit the Pulumi registry.