Skip to content

UpCloudLtd/pulumi-upcloud

Repository files navigation

Warning

This project is in development. Suitable for testing usage at the moment. All instructions, package names and URLs might not have been updated.

UpCloud Resource Provider

The UpCloud Resource Provider lets you manage UpCloud 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:

npm install @upcloud/pulumi-upcloud

or yarn:

yarn add @upcloud/pulumi-upcloud

Python

To use from Python, install using pip:

pip install pulumi-upcloud

Go

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

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

.NET

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

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

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
  • Install .NET 8
  • Set up UpCloud API credentials as explained in the configuration section

Set up your project using the template

Typescript

🛠 Prerequisites

  • Install Pulumi CLI
  • Install Node.js
  • Set up UpCloud API credentials as explained in the configuration section

Set up your project using the template

Go

🛠 Prerequisites

  • Install Pulumi CLI
  • Install Go
  • Set up UpCloud API credentials as explained in the configuration section

Set up your project using the template

Python

🛠 Prerequisites

  • Install Pulumi CLI
  • Install Python 3
  • Set up UpCloud API credentials as explained in the configuration section

Set up your project using the template