pulumi-upcloud


Namepulumi-upcloud JSON
Version 0.5.1 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing UpCloud resources.
upload_time2025-09-03 14:25:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi upcloud category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UpCloud Resource Provider

The UpCloud Resource Provider lets you manage [UpCloud](https://upcloud.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 @upcloud/pulumi-upcloud
```

or `yarn`:

```bash
yarn add @upcloud/pulumi-upcloud
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-upcloud
```

### Go

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

```bash
go get github.com/UpCloudLtd/pulumi-upcloud/sdk/go/...
```

### .NET

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

```bash
dotnet add package UpCloud.Pulumi.UpCloud
```

## Configuration

The following configuration points are available for the `upcloud` provider:

- `UPCLOUD_USERNAME` (environment variable) - the username of the account to use
- `UPCLOUD_PASSWORD` (environment variable) - the password of the account to use
- `UPCLOUD_TOKEN` (environment variable) - an API token to use for authentication (instead of username and password)

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/upcloud/).

## Templates

We have created templates in your language of choice to bootstrap your projects. 

They will set up the project and set up:

    - An UpCloud Managed Object Storage instance.
    - A Bucket inside the object storage.

### .NET

#### 🛠 Prerequisites
- Install [Pulumi CLI](https://www.pulumi.com/docs/install/)
- Install [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
- Set up UpCloud API credentials as explained in the configuration section

#### Set up your project using the template

From the new project directory:

```sh
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-csharp
```

### Typescript

#### 🛠 Prerequisites
- Install [Pulumi CLI](https://www.pulumi.com/docs/install/)
- Install [Node.js](https://nodejs.org/)
- Set up UpCloud API credentials as explained in the configuration section

#### Set up your project using the template

From the new project directory:

```sh
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-typescript
```

### Go

#### 🛠 Prerequisites
- Install [Pulumi CLI](https://www.pulumi.com/docs/install/)
- Install [Go](https://golang.org/dl/)
- Set up UpCloud API credentials as explained in the configuration section

#### Set up your project using the template

From the new project directory:

```sh
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-go
```

### Python

#### 🛠 Prerequisites
- Install [Pulumi CLI](https://www.pulumi.com/docs/install/)
- Install [Python 3](https://www.python.org/downloads/)
- Set up UpCloud API credentials as explained in the configuration section

#### Set up your project using the template

From the new project directory:

```sh
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-python
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-upcloud",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, upcloud, category/cloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/16/87/a1190be083e329298fee79a52bec7bee081dadc4480cecfb34dc873ff6dd/pulumi_upcloud-0.5.1.tar.gz",
    "platform": null,
    "description": "# UpCloud Resource Provider\n\nThe UpCloud Resource Provider lets you manage [UpCloud](https://upcloud.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 @upcloud/pulumi-upcloud\n```\n\nor `yarn`:\n\n```bash\nyarn add @upcloud/pulumi-upcloud\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi-upcloud\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/UpCloudLtd/pulumi-upcloud/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package UpCloud.Pulumi.UpCloud\n```\n\n## Configuration\n\nThe following configuration points are available for the `upcloud` provider:\n\n- `UPCLOUD_USERNAME` (environment variable) - the username of the account to use\n- `UPCLOUD_PASSWORD` (environment variable) - the password of the account to use\n- `UPCLOUD_TOKEN` (environment variable) - an API token to use for authentication (instead of username and password)\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/upcloud/).\n\n## Templates\n\nWe have created templates in your language of choice to bootstrap your projects. \n\nThey will set up the project and set up:\n\n    - An UpCloud Managed Object Storage instance.\n    - A Bucket inside the object storage.\n\n### .NET\n\n#### \ud83d\udee0 Prerequisites\n- Install [Pulumi CLI](https://www.pulumi.com/docs/install/)\n- Install [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)\n- Set up UpCloud API credentials as explained in the configuration section\n\n#### Set up your project using the template\n\nFrom the new project directory:\n\n```sh\npulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-csharp\n```\n\n### Typescript\n\n#### \ud83d\udee0 Prerequisites\n- Install [Pulumi CLI](https://www.pulumi.com/docs/install/)\n- Install [Node.js](https://nodejs.org/)\n- Set up UpCloud API credentials as explained in the configuration section\n\n#### Set up your project using the template\n\nFrom the new project directory:\n\n```sh\npulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-typescript\n```\n\n### Go\n\n#### \ud83d\udee0 Prerequisites\n- Install [Pulumi CLI](https://www.pulumi.com/docs/install/)\n- Install [Go](https://golang.org/dl/)\n- Set up UpCloud API credentials as explained in the configuration section\n\n#### Set up your project using the template\n\nFrom the new project directory:\n\n```sh\npulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-go\n```\n\n### Python\n\n#### \ud83d\udee0 Prerequisites\n- Install [Pulumi CLI](https://www.pulumi.com/docs/install/)\n- Install [Python 3](https://www.python.org/downloads/)\n- Set up UpCloud API credentials as explained in the configuration section\n\n#### Set up your project using the template\n\nFrom the new project directory:\n\n```sh\npulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-python\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing UpCloud resources.",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://upcloud.com",
        "Repository": "https://github.com/UpCloudLtd/pulumi-upcloud"
    },
    "split_keywords": [
        "pulumi",
        " upcloud",
        " category/cloud"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a21768bcd62baa2326868464f441d16b02151da40c10e83eaf437a48a374ffed",
                "md5": "019e31e6828154a8c6784001f63ee5df",
                "sha256": "31a79bbf0bcd10fd93439922330ea246b506787b79c907770ead12a394075c0d"
            },
            "downloads": -1,
            "filename": "pulumi_upcloud-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "019e31e6828154a8c6784001f63ee5df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 312837,
            "upload_time": "2025-09-03T14:25:23",
            "upload_time_iso_8601": "2025-09-03T14:25:23.029391Z",
            "url": "https://files.pythonhosted.org/packages/a2/17/68bcd62baa2326868464f441d16b02151da40c10e83eaf437a48a374ffed/pulumi_upcloud-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1687a1190be083e329298fee79a52bec7bee081dadc4480cecfb34dc873ff6dd",
                "md5": "5e88c84bbf5951252598d444822b3230",
                "sha256": "e865a6057a3eeaeb4c55ce85e0302d5fc62443ff9a75807d9bcfeb0b9209a9b6"
            },
            "downloads": -1,
            "filename": "pulumi_upcloud-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5e88c84bbf5951252598d444822b3230",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 238945,
            "upload_time": "2025-09-03T14:25:24",
            "upload_time_iso_8601": "2025-09-03T14:25:24.372805Z",
            "url": "https://files.pythonhosted.org/packages/16/87/a1190be083e329298fee79a52bec7bee081dadc4480cecfb34dc873ff6dd/pulumi_upcloud-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-03 14:25:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "UpCloudLtd",
    "github_project": "pulumi-upcloud",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-upcloud"
}
        
Elapsed time: 1.15061s