# 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/).
Raw data
{
"_id": null,
"home_page": "https://www.pulumi.com",
"name": "lbrlabs-pulumi-ovh",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "pulumi ovh category/cloud",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/48/c3/88b6694e79e75d9e75c5a65d47d25f0b0603b1913b7ea826a24d3e4d7a08/lbrlabs_pulumi_ovh-0.32.0.tar.gz",
"platform": null,
"description": "# Ovh Resource Provider\n\nThe Ovh Resource Provider lets you manage cloud resources for [Ovh](http://ovh.com) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @lbrlabs/pulumi-ovh\n```\n\nor `yarn`:\n\n```bash\nyarn add @lbrlabs/pulumi-ovh\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install lbrlabs-pulumi-ovh\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/lbrlabs/pulumi-ovh/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Lbrlabs.PulumiPackage.Ovh\n```\n\n## Configuration\n\nThe following configuration points are available for the `Ovh` provider:\n\n- `ovh:endpoint` (environment: `OVH_ENDPOINT`) - the Ovh endpoint, such `ovh-us`\n- `ovh:applicationKey` (environment: `OVH_APPLICATION_KEY`) - the Ovh application key\n- `ovh:applicationSecret` (environment: `OVH_APPLICATION_SECRET`) - the Ovh application secret\n- `ovh:consumerKey` (environment: `OVH_CONSUMER_KEY`) - the Ovh consumer key\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/ovh/api-docs/).",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing OVH cloud resources.",
"version": "0.32.0",
"project_urls": {
"Homepage": "https://www.pulumi.com",
"Repository": "https://github.com/lbrlabs/pulumi-ovh"
},
"split_keywords": [
"pulumi",
"ovh",
"category/cloud"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "48c388b6694e79e75d9e75c5a65d47d25f0b0603b1913b7ea826a24d3e4d7a08",
"md5": "31bb5cc072d4826b1703084a64160968",
"sha256": "f4134018e987637eacab0a51bdfe1440ce9c5ecd9b0a954a3153e31622483cfe"
},
"downloads": -1,
"filename": "lbrlabs_pulumi_ovh-0.32.0.tar.gz",
"has_sig": false,
"md5_digest": "31bb5cc072d4826b1703084a64160968",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 468748,
"upload_time": "2023-08-08T11:45:46",
"upload_time_iso_8601": "2023-08-08T11:45:46.368224Z",
"url": "https://files.pythonhosted.org/packages/48/c3/88b6694e79e75d9e75c5a65d47d25f0b0603b1913b7ea826a24d3e4d7a08/lbrlabs_pulumi_ovh-0.32.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-08 11:45:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lbrlabs",
"github_project": "pulumi-ovh",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "lbrlabs-pulumi-ovh"
}