The UpCloud Resource Provider lets you manage UpCloud resources.
This package is available for several languages/platforms:
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
To use from Python, install using pip
:
pip install pulumi-upcloud
To use from Go, use go get
to grab the latest version of the library:
go get github.com/UpCloudLtd/pulumi-upcloud/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package UpCloud.Pulumi.UpCloud
The following configuration points are available for the upcloud
provider:
UPCLOUD_USERNAME
(environment variable) - the username of the account to useUPCLOUD_PASSWORD
(environment variable) - the password of the account to useUPCLOUD_TOKEN
(environment variable) - an API token to use for authentication (instead of username and password)
For detailed reference documentation, please visit the Pulumi registry.
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.
- Install Pulumi CLI
- Install .NET 8
- Set up UpCloud API credentials as explained in the configuration section
From the new project directory:
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-csharp
- Install Pulumi CLI
- Install Node.js
- Set up UpCloud API credentials as explained in the configuration section
From the new project directory:
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-typescript
- Install Pulumi CLI
- Install Go
- Set up UpCloud API credentials as explained in the configuration section
From the new project directory:
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-go
- Install Pulumi CLI
- Install Python 3
- Set up UpCloud API credentials as explained in the configuration section
From the new project directory:
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-python