scraly-ovh


Namescraly-ovh JSON
Version 0.32.0 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing OVH resources.
upload_time2023-08-21 11:22:21
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-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/scraly/pulumi-ovh/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/v/release/scraly/pulumi-ovh?logo=github&style=flat-square"></a>
[![GoDoc](https://godoc.org/github.com/scraly/pulumi-ovh?status.svg)](https://godoc.org/github.com/scraly/pulumi-ovh)
[![Go Report Card](https://goreportcard.com/badge/github.com/scraly/pulumi-ovh)](https://goreportcard.com/report/github.com/scraly/pulumi-ovh)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fdatabricks.svg)](https://www.npmjs.com/package/@pulumi/databricks)
[![Python version](https://badge.fury.io/py/pulumi-databricks.svg)](https://pypi.org/project/pulumi-databricks)
[![NuGet version](https://badge.fury.io/nu/pulumi.databricks.svg)](https://badge.fury.io/nu/pulumi.databricks)
<a href="https://gitpod.io/#https://github.com/scraly/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 @scraly/pulumi-ovh
```

or `yarn`:

```bash
yarn add @scraly/pulumi-ovh
```

### Python

To use from Python, install using `pip`:

```bash
pip install scraly-pulumi-ovh
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/scraly/pulumi-ovh/sdk/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package Scraly.PulumiPackage.Ovh
```

## 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

## Upgrading

* install gh CLI
* Install upgrade-provider CLI
* create and retrieve your GitHub Personal access token (PAT)
* export it:

```bash
$ export GITHUB_TOKEN="<your-gh-pat>"
```

* execute the upgrade-provider CLI:

```bash
$ upgrade-provider scraly/pulumi-ovh
---- Setting Up Environment ----
- ✓ GOWORK="off": done
- ✓ PULUMI_MISSING_DOCS_ERROR="false": done
- ✓ PULUMI_CONVERT_EXAMPLES_CACHE_DIR="": done
---- Discovering Repository ----
- Ensure 'github.com/scraly/pulumi-ovh'
  - ✓ Expected Location: /workspace/pulumi-ovh
  - ✓ Downloading: skipped - already exists
  - ✓ Validating: done
- pull default branch
  - ✓ /usr/bin/git ls-remote --heads origin: done
  - ✓ finding default branch: main
  - ✓ /usr/bin/git fetch: done
  - ✓ /usr/bin/git checkout main: done
  - ✓ /usr/bin/git pull origin: done
- ✓ Repo kind: plain
- X Planning Provider Update: current upstream version 0.32.0 is greater than/ equal to the target version 0.32.0
```

In this case, OK nothing to do :)

## 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": "scraly-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/25/c9/6136408d4e238e0bbd56e6390665a2fe50840171ef8e8ee9e361f359c985/scraly_ovh-0.32.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/scraly/pulumi-ovh/releases/latest\"><img alt=\"GitHub release\" src=\"https://img.shields.io/github/v/release/scraly/pulumi-ovh?logo=github&style=flat-square\"></a>\n[![GoDoc](https://godoc.org/github.com/scraly/pulumi-ovh?status.svg)](https://godoc.org/github.com/scraly/pulumi-ovh)\n[![Go Report Card](https://goreportcard.com/badge/github.com/scraly/pulumi-ovh)](https://goreportcard.com/report/github.com/scraly/pulumi-ovh)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fdatabricks.svg)](https://www.npmjs.com/package/@pulumi/databricks)\n[![Python version](https://badge.fury.io/py/pulumi-databricks.svg)](https://pypi.org/project/pulumi-databricks)\n[![NuGet version](https://badge.fury.io/nu/pulumi.databricks.svg)](https://badge.fury.io/nu/pulumi.databricks)\n<a href=\"https://gitpod.io/#https://github.com/scraly/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 @scraly/pulumi-ovh\n```\n\nor `yarn`:\n\n```bash\nyarn add @scraly/pulumi-ovh\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install scraly-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/scraly/pulumi-ovh/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Scraly.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-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## Upgrading\n\n* install gh CLI\n* Install upgrade-provider CLI\n* create and retrieve your GitHub Personal access token (PAT)\n* export it:\n\n```bash\n$ export GITHUB_TOKEN=\"<your-gh-pat>\"\n```\n\n* execute the upgrade-provider CLI:\n\n```bash\n$ upgrade-provider scraly/pulumi-ovh\n---- Setting Up Environment ----\n- \u2713 GOWORK=\"off\": done\n- \u2713 PULUMI_MISSING_DOCS_ERROR=\"false\": done\n- \u2713 PULUMI_CONVERT_EXAMPLES_CACHE_DIR=\"\": done\n---- Discovering Repository ----\n- Ensure 'github.com/scraly/pulumi-ovh'\n  - \u2713 Expected Location: /workspace/pulumi-ovh\n  - \u2713 Downloading: skipped - already exists\n  - \u2713 Validating: done\n- pull default branch\n  - \u2713 /usr/bin/git ls-remote --heads origin: done\n  - \u2713 finding default branch: main\n  - \u2713 /usr/bin/git fetch: done\n  - \u2713 /usr/bin/git checkout main: done\n  - \u2713 /usr/bin/git pull origin: done\n- \u2713 Repo kind: plain\n- X Planning Provider Update: current upstream version 0.32.0 is greater than/ equal to the target version 0.32.0\n```\n\nIn this case, OK nothing to do :)\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": "0.32.0",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/scraly/pulumi-ovh"
    },
    "split_keywords": [
        "pulumi",
        "ovh",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25c96136408d4e238e0bbd56e6390665a2fe50840171ef8e8ee9e361f359c985",
                "md5": "69a49e4f067e7d50c238ca54bc89203e",
                "sha256": "6475c5fe17433f7c7057a598b8290a03eb85b521fea6ca119b4da94959a10b0d"
            },
            "downloads": -1,
            "filename": "scraly_ovh-0.32.0.tar.gz",
            "has_sig": false,
            "md5_digest": "69a49e4f067e7d50c238ca54bc89203e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 223752,
            "upload_time": "2023-08-21T11:22:21",
            "upload_time_iso_8601": "2023-08-21T11:22:21.002546Z",
            "url": "https://files.pythonhosted.org/packages/25/c9/6136408d4e238e0bbd56e6390665a2fe50840171ef8e8ee9e361f359c985/scraly_ovh-0.32.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-21 11:22:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scraly",
    "github_project": "pulumi-ovh",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scraly-ovh"
}
        
Elapsed time: 0.10843s