Name | pulumi-ovh JSON |
Version |
2.5.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing OVH resources. |
upload_time | 2025-07-15 09:25:53 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
ovh
category/cloud
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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>
[](https://pkg.go.dev/github.com/ovh/pulumi-ovh/sdk/v2)
[](https://badge.fury.io/js/@ovhcloud%2Fpulumi-ovh)
[](https://www.npmjs.com/package/@ovhcloud/pulumi-ovh)
[](https://badge.fury.io/py/pulumi-ovh)
[](https://pypi.org/project/pulumi-ovh/)
[](https://badge.fury.io/nu/Pulumi.Ovh)
[](https://www.nuget.org/packages/Pulumi.Ovh/)
[](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/v2/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>[2.0.0,)</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:clientId` (environment: `OVH_CLIENT_ID`) - the Ovh OAuth2 client ID
- `ovh:clientSecret` (secret) (environment: `OVH_CLIENT_SECRET`) - the Ovh OAuth2 client secret
- `ovh:accessToken` (environment: `OVH_ACCESS_TOKEN`) - the Ovh access token
- `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 further information, visit [OVH in the Pulumi Registry](https://www.pulumi.com/registry/packages/ovh/)
or for detailed API reference documentation, visit [OVH API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/ovh/api-docs/).
Raw data
{
"_id": null,
"home_page": null,
"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/24/78/242ddebd45580bd397d3541444651139f27b09fe7d465840da277e3aebde/pulumi_ovh-2.5.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[](https://pkg.go.dev/github.com/ovh/pulumi-ovh/sdk/v2)\n[](https://badge.fury.io/js/@ovhcloud%2Fpulumi-ovh)\n[](https://www.npmjs.com/package/@ovhcloud/pulumi-ovh)\n[](https://badge.fury.io/py/pulumi-ovh)\n[](https://pypi.org/project/pulumi-ovh/)\n[](https://badge.fury.io/nu/Pulumi.Ovh)\n[](https://www.nuget.org/packages/Pulumi.Ovh/)\n[](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/v2/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>[2.0.0,)</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:clientId` (environment: `OVH_CLIENT_ID`) - the Ovh OAuth2 client ID\n- `ovh:clientSecret` (secret) (environment: `OVH_CLIENT_SECRET`) - the Ovh OAuth2 client secret\n- `ovh:accessToken` (environment: `OVH_ACCESS_TOKEN`) - the Ovh access token\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 further information, visit [OVH in the Pulumi Registry](https://www.pulumi.com/registry/packages/ovh/)\nor for detailed API reference documentation, visit [OVH API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/ovh/api-docs/).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing OVH resources.",
"version": "2.5.0",
"project_urls": {
"Homepage": "https://www.pulumi.com",
"Repository": "https://github.com/ovh/pulumi-ovh"
},
"split_keywords": [
"pulumi",
" ovh",
" category/cloud"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "65ca4af55f9d0853f063200faaa804467128120b8cd560c4e45c69c89f80975b",
"md5": "945636f441fc3e284d2e10166e099799",
"sha256": "26065993b2ba7053c54c714cc1ddc8835eefc3fbbc60be2db566e64f2a617b59"
},
"downloads": -1,
"filename": "pulumi_ovh-2.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "945636f441fc3e284d2e10166e099799",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 862790,
"upload_time": "2025-07-15T09:25:51",
"upload_time_iso_8601": "2025-07-15T09:25:51.839640Z",
"url": "https://files.pythonhosted.org/packages/65/ca/4af55f9d0853f063200faaa804467128120b8cd560c4e45c69c89f80975b/pulumi_ovh-2.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2478242ddebd45580bd397d3541444651139f27b09fe7d465840da277e3aebde",
"md5": "292b13ca5f89969aeeb9316175023946",
"sha256": "9778d011c0e3692a868a9eeae68cc16e6b1ecb8cce4426d87cd550c702f53b91"
},
"downloads": -1,
"filename": "pulumi_ovh-2.5.0.tar.gz",
"has_sig": false,
"md5_digest": "292b13ca5f89969aeeb9316175023946",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 473795,
"upload_time": "2025-07-15T09:25:53",
"upload_time_iso_8601": "2025-07-15T09:25:53.514368Z",
"url": "https://files.pythonhosted.org/packages/24/78/242ddebd45580bd397d3541444651139f27b09fe7d465840da277e3aebde/pulumi_ovh-2.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-15 09:25:53",
"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"
}