| Name | pulumi-upcloud JSON |
| Version |
0.6.1
JSON |
| download |
| home_page | None |
| Summary | A Pulumi package for creating and managing UpCloud resources. |
| upload_time | 2025-10-22 14:27:10 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.9 |
| license | Apache-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/08/82/81467746ce3dce3fdfe04442591f9daa8406e356d11e9d95681cfc71f6ac/pulumi_upcloud-0.6.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.6.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": "f92d2a73e64d2c6599b73de14353bb2279bec035f822e52feefd2d3d09b14462",
"md5": "fdf07eceae73b3b608ae981c77e44068",
"sha256": "00b4c8da5dfedee7f467d0dc390e3ae3cdc1e9bbbd37bd71ad3182319e9c8992"
},
"downloads": -1,
"filename": "pulumi_upcloud-0.6.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fdf07eceae73b3b608ae981c77e44068",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 313766,
"upload_time": "2025-10-22T14:27:08",
"upload_time_iso_8601": "2025-10-22T14:27:08.455529Z",
"url": "https://files.pythonhosted.org/packages/f9/2d/2a73e64d2c6599b73de14353bb2279bec035f822e52feefd2d3d09b14462/pulumi_upcloud-0.6.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "088281467746ce3dce3fdfe04442591f9daa8406e356d11e9d95681cfc71f6ac",
"md5": "7b5a3b52568dc82ec4a8436245106102",
"sha256": "c79185bfdb7b8ea32d19ca0e4a0196a49dd1863d7c87a85f074bee0f07ea44ac"
},
"downloads": -1,
"filename": "pulumi_upcloud-0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "7b5a3b52568dc82ec4a8436245106102",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 240491,
"upload_time": "2025-10-22T14:27:10",
"upload_time_iso_8601": "2025-10-22T14:27:10.164675Z",
"url": "https://files.pythonhosted.org/packages/08/82/81467746ce3dce3fdfe04442591f9daa8406e356d11e9d95681cfc71f6ac/pulumi_upcloud-0.6.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-22 14:27:10",
"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"
}