The Genesis Cloud Resource Provider lets you manage Genesis Cloud resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @genesiscloud/pulumi-genesiscloudor yarn:
yarn add @genesiscloud/pulumi-genesiscloudTo use from Python, install using pip:
pip install pulumi-genesiscloudTo use from Go, use go get to grab the latest version of the library:
go get github.com/genesiscloud/pulumi-genesiscloud/sdk/go/...To use from .NET, install using dotnet add package:
dotnet add package GenesisCloud.PulumiPackage.Genesiscloud
The following configuration points are available:
genesiscloud:token- (Required) This is the Genesis Cloud API Token, can also be specified with theGENESISCLOUD_TOKENenvironment variable.genesiscloud:endpoint- (Optional) This is the Genesis Cloud API endpoint, can be used to override the default API Endpointhttps://api.genesiscloud.com. It can also be specified with theGENESISCLOUD_ENDPOINTenvironment variable.
For detailed reference documentation, please visit the Pulumi registry.