This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
488 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
Metadata-Version: 2.1 | ||
Name: lbrlabs-pulumi-ovh | ||
Version: 0.0.0 | ||
Summary: A Pulumi package for creating and managing OVH cloud resources. | ||
Home-page: https://www.pulumi.com | ||
License: Apache-2.0 | ||
Project-URL: Repository, https://github.com/lbrlabs/pulumi-ovh | ||
Keywords: pulumi ovh category/cloud | ||
Requires-Python: >=3.7 | ||
Description-Content-Type: text/markdown | ||
|
||
# Ovh Resource Provider | ||
|
||
The Ovh Resource Provider lets you manage cloud resources for [Ovh](http://ovh.com) 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`: | ||
|
||
```bash | ||
npm install @lbrlabs/pulumi-ovh | ||
``` | ||
|
||
or `yarn`: | ||
|
||
```bash | ||
yarn add @lbrlabs/pulumi-ovh | ||
``` | ||
|
||
### Python | ||
|
||
To use from Python, install using `pip`: | ||
|
||
```bash | ||
pip install lbrlabs-pulumi-ovh | ||
``` | ||
|
||
### Go | ||
|
||
To use from Go, use `go get` to grab the latest version of the library: | ||
|
||
```bash | ||
go get github.com/lbrlabs/pulumi-ovh/sdk/go/... | ||
``` | ||
|
||
### .NET | ||
|
||
To use from .NET, install using `dotnet add package`: | ||
|
||
```bash | ||
dotnet add package Lbrlabs.PulumiPackage.Ovh | ||
``` | ||
|
||
## Configuration | ||
|
||
The following configuration points are available for the `Ovh` provider: | ||
|
||
- `ovh:endpoint` (environment: `OVH_ENDPOINT`) - the Ovh endpoint, such `ovh-us` | ||
- `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](https://www.pulumi.com/registry/packages/ovh/api-docs/). | ||
|
Oops, something went wrong.