# OVH Resource Provider
The OVH Resource Provider lets you manage [OVHcloud](https://www.ovhcloud.com/en/) resources.
<a href="https://github.com/ovh/pulumi-ovh/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/v/release/ovh/pulumi-ovh?logo=github&style=flat-square"></a>
[![GoDoc](https://godoc.org/github.com/ovh/pulumi-ovh?status.svg)](https://pkg.go.dev/github.com/ovh/pulumi-ovh/sdk)
[![NPM version](https://badge.fury.io/js/@ovhcloud%2Fpulumi-ovh.svg)](https://badge.fury.io/js/@ovhcloud%2Fpulumi-ovh)
[![PyPI version](https://badge.fury.io/py/pulumi-ovh.svg)](https://badge.fury.io/py/pulumi-ovh)
[![NuGet version](https://badge.fury.io/nu/Pulumi.Ovh.svg)](https://badge.fury.io/nu/Pulumi.Ovh)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.ovhcloud.pulumi.ovh/pulumi-ovh/badge.svg)](https://s01.oss.sonatype.org/#nexus-search;quick~com.ovhcloud.pulumi.ovh)
<a href="https://gitpod.io/#https://github.com/ovh/pulumi-ovh"><img src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod" alt="Contribute with Gitpod"/></a>
## 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`:
```bash
npm install @ovhcloud/pulumi-ovh
```
or `yarn`:
```bash
yarn add @ovhcloud/pulumi-ovh
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumi-ovh
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/ovh/pulumi-ovh/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumi.Ovh
```
### Java
To use from Java, add the dependency below to your `pom.xml` file:
```bash
<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, such `ovh-eu`
- `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/).
## Configuration
The following configuration points are available for the `Ovh` provider:
- `ovh:endpoint` (environment: `OVH_ENDPOINT`) - the Ovh endpoint, such `ovh-eu`
- `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": "pulumi-ovh",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi ovh category/cloud",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/e2/13/60eacff39059659be7c2bcd775fa2325ff774e23d0796230555cd8b3806b/pulumi_ovh-1.2.0.tar.gz",
"platform": null,
"description": "# OVH Resource Provider\n\nThe OVH Resource Provider lets you manage [OVHcloud](https://www.ovhcloud.com/en/) resources.\n\n<a href=\"https://github.com/ovh/pulumi-ovh/releases/latest\"><img alt=\"GitHub release\" src=\"https://img.shields.io/github/v/release/ovh/pulumi-ovh?logo=github&style=flat-square\"></a>\n[![GoDoc](https://godoc.org/github.com/ovh/pulumi-ovh?status.svg)](https://pkg.go.dev/github.com/ovh/pulumi-ovh/sdk)\n[![NPM version](https://badge.fury.io/js/@ovhcloud%2Fpulumi-ovh.svg)](https://badge.fury.io/js/@ovhcloud%2Fpulumi-ovh)\n[![PyPI version](https://badge.fury.io/py/pulumi-ovh.svg)](https://badge.fury.io/py/pulumi-ovh)\n[![NuGet version](https://badge.fury.io/nu/Pulumi.Ovh.svg)](https://badge.fury.io/nu/Pulumi.Ovh)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.ovhcloud.pulumi.ovh/pulumi-ovh/badge.svg)](https://s01.oss.sonatype.org/#nexus-search;quick~com.ovhcloud.pulumi.ovh)\n<a href=\"https://gitpod.io/#https://github.com/ovh/pulumi-ovh\"><img src=\"https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod\" alt=\"Contribute with Gitpod\"/></a>\n\n## Usage\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 @ovhcloud/pulumi-ovh\n```\n\nor `yarn`:\n\n```bash\nyarn add @ovhcloud/pulumi-ovh\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install 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/ovh/pulumi-ovh/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.Ovh\n```\n\n### Java\n\nTo use from Java, add the dependency below to your `pom.xml` file:\n\n```bash\n<dependency>\n <groupId>com.ovhcloud.pulumi.ovh</groupId>\n <artifactId>pulumi-ovh</artifactId>\n <version>[0.48.9,)</version>\n</dependency>\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-eu`\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/).\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-eu`\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/).\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing OVH resources.",
"version": "1.2.0",
"project_urls": {
"Homepage": "https://www.pulumi.com",
"Repository": "https://github.com/ovh/pulumi-ovh"
},
"split_keywords": [
"pulumi",
"ovh",
"category/cloud"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e21360eacff39059659be7c2bcd775fa2325ff774e23d0796230555cd8b3806b",
"md5": "68f1542ba6f04edecfaae56c705a55be",
"sha256": "ce6370d5d9fdc72ed073b35503c098c00c56580f5b22cb58a38c14a35300d671"
},
"downloads": -1,
"filename": "pulumi_ovh-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "68f1542ba6f04edecfaae56c705a55be",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 358532,
"upload_time": "2024-12-19T12:39:56",
"upload_time_iso_8601": "2024-12-19T12:39:56.722623Z",
"url": "https://files.pythonhosted.org/packages/e2/13/60eacff39059659be7c2bcd775fa2325ff774e23d0796230555cd8b3806b/pulumi_ovh-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-19 12:39:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ovh",
"github_project": "pulumi-ovh",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-ovh"
}