@upcloud/pulumi-upcloud v0.1.0
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-upcloudor yarn:
yarn add @upcloud/pulumi-upcloudPython
To use from Python, install using pip:
pip install pulumi-upcloudGo
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.UpCloudConfiguration
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 use
Reference
For detailed reference documentation, please visit the Pulumi registry.
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
From the new project directory:
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-csharpTypescript
🛠 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
From the new project directory:
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-typescriptGo
🛠 Prerequisites
- Install Pulumi CLI
- Install Go
- Set up UpCloud API credentials as explained in the configuration section
Set up your project using the template
From the new project directory:
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-goPython
🛠 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
From the new project directory:
pulumi new https://github.com/UpCloudLtd/pulumi-upcloud/tree/main/examples/templates/upcloud-python10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago