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-genesiscloud
or yarn
:
yarn add @genesiscloud/pulumi-genesiscloud
To use from Python, install using pip
:
pip install pulumi-genesiscloud
To 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_TOKEN
environment 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_ENDPOINT
environment variable.
For detailed reference documentation, please visit the Pulumi registry.