Skip to content

genesiscloud/pulumi-genesiscloud

Repository files navigation

Genesis Cloud Resource Provider

The Genesis Cloud Resource Provider lets you manage Genesis Cloud 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 @genesiscloud/pulumi-genesiscloud

or yarn:

yarn add @genesiscloud/pulumi-genesiscloud

Python

To use from Python, install using pip:

pip install pulumi-genesiscloud

Go

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

go get github.com/genesiscloud/pulumi-genesiscloud/sdk/go/...

.NET

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

dotnet add package GenesisCloud.PulumiPackage.Genesiscloud

Configuration

The following configuration points are available:

  • genesiscloud:token - (Required) This is the Genesis Cloud API Token, can also be specified with the GENESISCLOUD_TOKEN environment variable.
  • genesiscloud:endpoint - (Optional) This is the Genesis Cloud API endpoint, can be used to override the default API Endpoint https://api.genesiscloud.com. It can also be specified with the GENESISCLOUD_ENDPOINT environment variable.

Reference

For detailed reference documentation, please visit the Pulumi registry.