Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Latest commit

 

History

History
55 lines (33 loc) · 985 Bytes

README.md

File metadata and controls

55 lines (33 loc) · 985 Bytes

Foo Resource Provider

The Foo Resource Provider lets you manage 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 @legitbee/pulumi-ovh

or yarn:

yarn add @legitbee/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/legitbee/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:

TODO

Reference

For detailed reference documentation, please visit the Pulumi registry.